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/08/01 10:39:51 UTC

[GitHub] [airflow] ashb commented on a change in pull request #5703: [AIRFLOW-5089] Spanner compatibility bug causes missing imports

ashb commented on a change in pull request #5703: [AIRFLOW-5089] Spanner compatibility bug causes missing imports
URL: https://github.com/apache/airflow/pull/5703#discussion_r309632970
 
 

 ##########
 File path: setup.py
 ##########
 @@ -195,7 +195,7 @@ def write_version(filename: str = os.path.join(*["airflow", "git_version"])):
     'google-cloud-container>=0.1.1',
     'google-cloud-dlp>=0.11.0',
     'google-cloud-language>=1.1.1',
-    'google-cloud-spanner>=1.7.1',
+    'google-cloud-spanner>=1.7.1, <1.10.0',
 
 Review comment:
   The issue is I think that clous-spanner 1.10.0 now needs https://pypi.org/project/google-cloud-iam/#history 0.2.0 but didn't list that as a dep.
   
   

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