You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2022/05/11 13:59:09 UTC

[beam] branch master updated: [BEAM-14396] Bump httplib2 upper bound. (#17602)

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 0f38c82007b [BEAM-14396] Bump httplib2 upper bound. (#17602)
0f38c82007b is described below

commit 0f38c82007bee45c375ec75a5c7af2c672483a19
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Wed May 11 15:58:59 2022 +0200

    [BEAM-14396] Bump httplib2 upper bound. (#17602)
---
 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',