Fix Azure install prompt

This commit is contained in:
allegroai 2020-12-06 11:21:13 +02:00
parent 3898563200
commit c433f8e575

View File

@ -1578,7 +1578,7 @@ class _AzureBlobServiceStorageDriver(_Driver):
except ImportError:
raise UsageError(
'Azure blob storage driver not found. '
'Please install driver using "pip install \'azure.storage.blob>=2.0.1\'"'
'Please install driver using "pip install \'azure.storage.blob<=2.1.0\'"'
)
self.name = name