This is an automated email from the ASF dual-hosted git repository. tvalentyn pushed a commit to branch tvalentyn-patch-6 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 05ef39c098d5bcdfa023b15b1ad259ebe30e527d Author: tvalentyn <[email protected]> AuthorDate: Tue May 10 20:16:24 2022 +0200 [BEAM-14396] Bump httplib2 upper bound. --- 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 b808c87405c..a02f9f9c339 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -138,7 +138,7 @@ REQUIRED_PACKAGES = [ 'fastavro>=0.23.6,<2', 'grpcio>=1.29.0,<2', 'hdfs>=2.1.0,<3.0.0', - 'httplib2>=0.8,<0.20.0', + 'httplib2>=0.8,<0.21.0', 'numpy>=1.14.3,<1.23.0', 'pymongo>=3.8.0,<4.0.0', 'protobuf>=3.12.2,<4',
