We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057af8f commit bd54825Copy full SHA for bd54825
scripts/update.sh
@@ -8,7 +8,7 @@ cd $workdir
8
if [ ! -d venv ]; then
9
python -m virtualenv venv
10
. venv/bin/activate
11
- pip install azure-storage-blob==1.2.0rc1 azure-storage-file==1.2.0rc1 azure-storage-queue==1.2.0rc1 azure-storage-common==1.2.0rc1
+ pip install azure-storage-blob azure-storage-file azure-storage-queue azure-storage-common
12
fi
13
14
ver=$(find venv -name '_constants.py' | grep blob | xargs grep 'X_MS_VERSION')
0 commit comments