This is an automated email from the ASF dual-hosted git repository.
jrmccluskey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 53e4a8c2bfe Move google-auth lower bounds to >= 2.0.0 (#38778)
53e4a8c2bfe is described below
commit 53e4a8c2bfe1a9dc763fbefae94492a0f4de18db
Author: Jack McCluskey <[email protected]>
AuthorDate: Thu Jun 4 12:07:04 2026 -0400
Move google-auth lower bounds to >= 2.0.0 (#38778)
---
sdks/python/setup.py | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index b8fd2f5f834..aabe0395f6d 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -526,10 +526,7 @@ if __name__ == '__main__':
'google-api-core>=2.0.0,<3',
'google-apitools>=0.5.31,<0.5.32; python_version < "3.13"',
'google-apitools>=0.5.35; python_version >= "3.13"',
- # NOTE: Maintainers, please do not require google-auth>=2.x.x
- # Until this issue is closed
- # https://github.com/googleapis/google-cloud-python/issues/10566
- 'google-auth>=1.18.0,<3',
+ 'google-auth>=2.0.0,<3',
'google-auth-httplib2>=0.1.0,<0.3.0',
'google-cloud-datastore>=2.0.0,<3',
'google-cloud-pubsub>=2.1.0,<3',