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 2020/01/10 02:21:39 UTC

[GitHub] [airflow] rayrrr commented on a change in pull request #7116: [AIRFLOW-5167] Rolling dependencies for GCP

rayrrr commented on a change in pull request #7116: [AIRFLOW-5167] Rolling dependencies for GCP
URL: https://github.com/apache/airflow/pull/7116#discussion_r365047837
 
 

 ##########
 File path: setup.py
 ##########
 @@ -218,24 +218,24 @@ def write_version(filename: str = os.path.join(*["airflow", "git_version"])):
     'google-auth-httplib2>=0.0.1',
     'google-cloud-automl>=0.4.0',
     'google-cloud-bigquery-datatransfer>=0.4.0',
-    'google-cloud-bigtable==1.0.0',
+    'google-cloud-bigtable>=1.0.0',
     'google-cloud-container>=0.1.1',
-    'google-cloud-dataproc==0.5.0',
+    'google-cloud-dataproc>=0.5.0',
     'google-cloud-dlp>=0.11.0',
     'google-cloud-kms>=1.2.1',
     'google-cloud-language>=1.1.1',
-    'google-cloud-pubsub==1.0.0',
+    'google-cloud-pubsub>=1.0.0',
     'google-cloud-redis>=0.3.0',
     'google-cloud-spanner>=1.10.0',
     'google-cloud-speech>=0.36.3',
-    'google-cloud-storage~=1.16',
-    'google-cloud-tasks==1.2.1',
+    'google-cloud-storage>=1.16',
+    'google-cloud-tasks>=1.2.1',
     'google-cloud-texttospeech>=0.4.0',
     'google-cloud-translate>=1.5.0',
     'google-cloud-videointelligence>=1.7.0',
     'google-cloud-vision>=0.35.2',
     'grpcio-gcp>=0.2.2',
-    'httplib2~=0.9',
+    'httplib2>=0.9',
 
 Review comment:
   Hi @kaxil, the `~=` seems like a reasonable exception from time to time in both rolling and hard-pinned contexts. My conflict-free set of hard-pinned requirements actually has `httplib==0.15.0` so would you approve of upping this to `httplib2~=0.15`?

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