From 4a6324093c898b198a6bcca4c33fc3d303f81013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Trifir=C3=B2?= Date: Thu, 16 Jul 2020 12:21:16 +0200 Subject: [PATCH] bump azure-storage-blob version to 12.3.2 also add azure-common dependency Fixes #3546 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f0646c7a2c..4336ce7888 100644 --- a/setup.py +++ b/setup.py @@ -87,7 +87,7 @@ def run(self): gs = ["google-cloud-storage==1.19.0"] gdrive = ["pydrive2>=1.4.14"] s3 = ["boto3>=1.9.201"] -azure = ["azure-storage-blob==2.1.0", "knack"] +azure = ["azure-storage-blob==12.3.2", "azure-common==1.1.25", "knack"] oss = ["oss2==2.6.1"] ssh = ["paramiko>=2.5.0"] hdfs = ["pyarrow>=0.17.0"]