From 1c2b0056a8a1e76c0114c8557873783c1316294f Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Sat, 9 May 2020 19:34:54 +0300 Subject: [PATCH] Limit azure-storage-blob to the currently supported version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0b6221d5..570c1086 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ setup( 'boto3>=1.9', ], 'azure': [ - 'azure-storage-blob>=2.0.1', + 'azure-storage-blob>=2.0.1,<=2.1', ], 'gs': [ 'google-cloud-storage>=1.13.2',