This is an automated email from the ASF dual-hosted git repository.
tvalentyn 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 c1b840ae284 Bump httplib2 upper bound to 0.22.0. (#24573)
c1b840ae284 is described below
commit c1b840ae2844a1a2202a7e16656ae8a2cf55d3b6
Author: Theodore Ni <[email protected]>
AuthorDate: Thu Jan 19 15:25:14 2023 -0800
Bump httplib2 upper bound to 0.22.0. (#24573)
Closes https://github.com/apache/beam/issues/19929
---
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 f55b66f4005..45668104124 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -245,7 +245,7 @@ if __name__ == '__main__':
'fasteners>=0.3,<1.0',
'grpcio>=1.33.1,!=1.48.0,<2',
'hdfs>=2.1.0,<3.0.0',
- 'httplib2>=0.8,<0.21.0',
+ 'httplib2>=0.8,<0.22.0',
'numpy>=1.14.3,<1.23.0',
'objsize>=0.6.1,<0.7.0',
'pymongo>=3.8.0,<4.0.0',