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

Commit 4d0873f

Browse files
committed
Be more conservative with auth import
1 parent 9f24724 commit 4d0873f

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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
99
google-api-core==2.21.0
10-
google-auth==2.35.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

tests/integration/goldens/asset/testing/constraints-3.9.txt

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

tests/integration/goldens/credentials/testing/constraints-3.9.txt

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

tests/integration/goldens/eventarc/testing/constraints-3.9.txt

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

tests/integration/goldens/logging/testing/constraints-3.9.txt

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

tests/integration/goldens/logging_internal/testing/constraints-3.9.txt

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

tests/integration/goldens/redis/testing/constraints-3.9.txt

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

tests/integration/goldens/redis_selective/testing/constraints-3.9.txt

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

0 commit comments

Comments
 (0)