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 9ed5a92  [BEAM-9819] Relaxes the version range for httplib2 to 
<0.16.0. (#11522)
9ed5a92 is described below

commit 9ed5a92e8f5d425982dbd4864324c54af9f253e3
Author: tvalentyn <[email protected]>
AuthorDate: Sun Apr 26 14:05:04 2020 -0700

    [BEAM-9819] Relaxes the version range for httplib2 to <0.16.0. (#11522)
---
 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 86a23b6..b5deef1 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -153,7 +153,7 @@ REQUIRED_PACKAGES = [
     'futures>=3.2.0,<4.0.0; python_version < "3.0"',
     'grpcio>=1.12.1,<2',
     'hdfs>=2.1.0,<3.0.0',
-    'httplib2>=0.8,<=0.12.0',
+    'httplib2>=0.8,<0.16.0',
     'mock>=1.0.1,<3.0.0',
     'numpy>=1.14.3,<2',
     'pymongo>=3.8.0,<4.0.0',

Reply via email to