Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 0d6dca0

Browse files
committed
chore: fix testing pins to target minimum supported versions
1 parent 9cc7d37 commit 0d6dca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gapic/templates/testing/constraints-3.9.txt.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# pinning their versions to their lower bounds.
77
# For example, if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0",
88
# then this file should have google-cloud-foo==1.14.0
9-
google-api-core==2.21.0
10-
google-auth==2.35.0
9+
google-api-core==2.11.0
10+
google-auth==2.14.1
1111
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
1212
# Add the minimum supported version of grpcio to constraints files
1313
proto-plus==1.22.3

0 commit comments

Comments
 (0)