fix: Update setup.py to install httplib2>=0.15.0#1050
fix: Update setup.py to install httplib2>=0.15.0#1050busunkim96 merged 2 commits intogoogleapis:masterfrom tomchop:tomchop-patch-1
Conversation
| # currently upgrade their httplib2 version. | ||
| # Please see https://github.com/googleapis/google-api-python-client/pull/841 | ||
| "httplib2>=0.9.2,<1dev", | ||
| "httplib2>=0.15.0,<1dev", |
There was a problem hiding this comment.
I believe it can be bumped now. Beam has 'httplib2>=0.8,<0.18.0', as the new range now. (https://github.com/apache/beam/blob/8bedfd402ccd1336f2b40fad58cd5833cecb9638/sdks/python/setup.py#L150)
Do you remember what was the specific problem?
(/cc @tvalentyn in case he remembers.)
There was a problem hiding this comment.
Yes, no need to restrict this for Beam reasons anymore.
https://issues.apache.org/jira/browse/BEAM-9819 has some context for prior restrictions.
There was a problem hiding this comment.
Thanks!
@tomchop Could you delete the comments on 38-40 about httplib2?
|
Your PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR |
I ran into the same issue described here: #1047
From that same issue: