We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d076b8 commit c00f70dCopy full SHA for c00f70d
setup.py
@@ -35,10 +35,7 @@
35
packages = ["apiclient", "googleapiclient", "googleapiclient/discovery_cache"]
36
37
install_requires = [
38
- # NOTE: Apache Beam tests depend on this library and cannot
39
- # currently upgrade their httplib2 version.
40
- # Please see https://github.com/googleapis/google-api-python-client/pull/841
41
- "httplib2>=0.9.2,<1dev",
+ "httplib2>=0.15.0,<1dev",
42
"google-auth>=1.16.0",
43
"google-auth-httplib2>=0.0.3",
44
"google-api-core>=1.21.0,<2dev",
0 commit comments