This is an automated email from the ASF dual-hosted git repository.
pabloem 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 0dddd45 Support the newest version of httplib2 (#8263)
0dddd45 is described below
commit 0dddd459e5a9448fb4a78633661c239ee60072b0
Author: Brian Quinlan <[email protected]>
AuthorDate: Tue Apr 30 10:39:03 2019 -0700
Support the newest version of httplib2 (#8263)
* Support the newest version of httplib2
The latest changes seem harmless:
https://github.com/httplib2/httplib2/blob/master/CHANGELOG
* Adding 0.12.3
---
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 9db8c16..7f66d90 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -111,7 +111,7 @@ REQUIRED_PACKAGES = [
'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.11.3',
+ 'httplib2>=0.8,<=0.12.3',
'mock>=1.0.1,<3.0.0',
'oauth2client>=2.0.1,<4',
# grpcio 1.8.1 and above requires protobuf 3.5.0.post1.