We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91cbf37 commit 0ca91beCopy full SHA for 0ca91be
1 file changed
sdks/python/setup.py
@@ -526,10 +526,7 @@ def get_portability_package_data():
526
'google-api-core>=2.0.0,<3',
527
'google-apitools>=0.5.31,<0.5.32; python_version < "3.13"',
528
'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',
+ 'google-auth>=2.0.0,<3',
533
'google-auth-httplib2>=0.1.0,<0.3.0',
534
'google-cloud-datastore>=2.0.0,<3',
535
'google-cloud-pubsub>=2.1.0,<3',
0 commit comments