Support newer azure storage python version (#548)

Add support for Azure Blob Storage >=12.0.0. Backwards compatibility remains for >=2.0.1,<=2.1
This commit is contained in:
eugen-ajechiloae-clearml
2022-02-12 17:32:43 +02:00
committed by GitHub
parent c01e2e1166
commit 5be1c8b2b0
2 changed files with 172 additions and 41 deletions

View File

@@ -71,7 +71,7 @@ setup(
'boto3>=1.9',
],
'azure': [
'azure-storage-blob>=2.0.1,<=2.1',
'azure-storage-blob>=12.0.0',
],
'gs': [
'google-cloud-storage>=1.13.2',