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 c489cb7237b [Do Not Merge] Test bumping httplib2 upper bound to modern
version (#37324)
c489cb7237b is described below
commit c489cb7237b37df62d2696c1c6903f48c9a62f5e
Author: Jack McCluskey <[email protected]>
AuthorDate: Thu Jan 15 14:45:31 2026 -0500
[Do Not Merge] Test bumping httplib2 upper bound to modern version (#37324)
---
sdks/python/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 261d079f146..6af2c5caf63 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -383,7 +383,7 @@ if __name__ == '__main__':
# TODO(https://github.com/grpc/grpc/issues/37710): Unpin grpc
'grpcio>=1.33.1,<2,!=1.48.0,!=1.59.*,!=1.60.*,!=1.61.*,!=1.62.0,!=1.62.1,<1.66.0;
python_version <= "3.12"', # pylint: disable=line-too-long
'grpcio>=1.67.0; python_version >= "3.13"',
- 'httplib2>=0.8,<0.23.0',
+ 'httplib2>=0.8,<0.32.0',
'jsonpickle>=3.0.0,<4.0.0',
# numpy can have breaking changes in minor versions.
# Use a strict upper bound.