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.