Skip to content

Commit

Permalink
[AIRFLOW-5089] Spanner compatibility bug causes missing imports (apac…
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk committed Aug 1, 2019
1 parent fd2b025 commit bb3200e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def write_version(filename=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',
'google-cloud-storage~=1.16',
'google-cloud-translate>=1.3.3',
'google-cloud-videointelligence>=1.7.0',
Expand Down

0 comments on commit bb3200e

Please sign in to comment.