camilomartinez commented on a change in pull request #6194: [AIRFLOW-5561]
Relax httplib2 version required for gcp extra
URL: https://github.com/apache/airflow/pull/6194#discussion_r329130387
##########
File path: setup.py
##########
@@ -210,7 +210,7 @@ def write_version(filename: str =
os.path.join(*["airflow", "git_version"])):
'google-cloud-videointelligence>=1.7.0',
'google-cloud-vision>=0.35.2',
'grpcio-gcp>=0.2.2',
- 'httplib2~=0.9.2',
+ 'httplib2>=0.9.2',
Review comment:
Makes sense to me
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services