From 3b2c90156ddb67f4daddf275172c0b2d4eb1eaf6 Mon Sep 17 00:00:00 2001 From: Chamikara Jayalath Date: Tue, 30 Apr 2019 18:16:31 -0700 Subject: [PATCH] Bumps down the httplib2 version since it conflicts with 'googledatastore' package --- 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 7f66d900a420c..acde35927db05 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -111,7 +111,7 @@ def get_version(): 'futures>=3.2.0,<4.0.0; python_version < "3.0"', 'grpcio>=1.8,<2', 'hdfs>=2.1.0,<3.0.0', - 'httplib2>=0.8,<=0.12.3', + 'httplib2>=0.8,<=0.12.0', 'mock>=1.0.1,<3.0.0', 'oauth2client>=2.0.1,<4', # grpcio 1.8.1 and above requires protobuf 3.5.0.post1.