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 2020/04/25 00:14:52 UTC

[beam] 01/01: [BEAM-9819] Relaxes the version range for httplib2.

This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch tvalentyn-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit d39d4f9d63c73c1139011f6dd0726d3533f16e73
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Fri Apr 24 17:14:33 2020 -0700

    [BEAM-9819] Relaxes the version range for httplib2.
---
 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..c0d10d4 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.18.0',
     'mock>=1.0.1,<3.0.0',
     'numpy>=1.14.3,<2',
     'pymongo>=3.8.0,<4.0.0',