Skip to content

Commit

Permalink
Azure storage 0.37.0 is not installable any more (apache#8833)
Browse files Browse the repository at this point in the history
2020.05.12 release of the azure-storage is not installable any more
(it is deprecated). For now we should switch to latest working
version

(cherry picked from commit 01db738)
(cherry picked from commit 01c8db2)
  • Loading branch information
potiuk authored and kaxil committed May 21, 2020
1 parent ae9d5b7 commit cd12692
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 @@ -189,7 +189,7 @@ def write_version(filename=os.path.join(*["airflow", "git_version"])):
'boto3>=1.7.0, <1.8.0',
]
azure_blob_storage = [
'azure-storage>=0.34.0',
'azure-storage>=0.34.0,<0.37.0',
'azure-storage-blob<12.0',
]
azure_container_instances = [
Expand Down

0 comments on commit cd12692

Please sign in to comment.