Skip to content

Commit c00f70d

Browse files
authoredSep 29, 2020
fix(deps): update setup.py to install httplib2>=0.15.0 (#1050)
* fix: Pin the httplib2 version to a compatible version (0.15.0)
1 parent 2d076b8 commit c00f70d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎setup.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@
3535
packages = ["apiclient", "googleapiclient", "googleapiclient/discovery_cache"]
3636

3737
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",
38+
"httplib2>=0.15.0,<1dev",
4239
"google-auth>=1.16.0",
4340
"google-auth-httplib2>=0.0.3",
4441
"google-api-core>=1.21.0,<2dev",

0 commit comments

Comments
 (0)