Skip to content

Commit 53e4a8c

Browse files
authored
Move google-auth lower bounds to >= 2.0.0 (#38778)
1 parent 3a99f94 commit 53e4a8c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

sdks/python/setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -526,10 +526,7 @@ def get_portability_package_data():
526526
'google-api-core>=2.0.0,<3',
527527
'google-apitools>=0.5.31,<0.5.32; python_version < "3.13"',
528528
'google-apitools>=0.5.35; python_version >= "3.13"',
529-
# NOTE: Maintainers, please do not require google-auth>=2.x.x
530-
# Until this issue is closed
531-
# https://github.com/googleapis/google-cloud-python/issues/10566
532-
'google-auth>=1.18.0,<3',
529+
'google-auth>=2.0.0,<3',
533530
'google-auth-httplib2>=0.1.0,<0.3.0',
534531
'google-cloud-datastore>=2.0.0,<3',
535532
'google-cloud-pubsub>=2.1.0,<3',

0 commit comments

Comments
 (0)