You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/09/27 12:52:43 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #6194: [AIRFLOW-5561] Relax httplib2 version required for gcp extra

kaxil 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_r329056334
 
 

 ##########
 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:
   Can we instead have `httplib2~=0.9`

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services