Skip to content

Commit 2de28ad

Browse files
authored
Merge pull request RasaHQ#5737 from RasaHQ/downgrade-azure
downgrade azure dependency
2 parents 9f15a79 + 7c0a26b commit 2de28ad

File tree

3 files changed

+34
-54
lines changed

3 files changed

+34
-54
lines changed

changelog/5737.bugfix.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Pinned the library version for the Azure :ref:`cloud-storage` to ``2.1.0`` since the
2+
persistor is currently not compatible with later versions of the ``azure-storage-blob``
3+
library.

poetry.lock

Lines changed: 30 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ black = "^19.10b0"
142142
flake8 = "^3.7.9"
143143
pytype = "^2020.1.24"
144144
google-cloud-storage = "^1.25.0"
145-
azure-storage-blob = "^12.1.0"
145+
azure-storage-blob = "<=2.1.0"
146146
coveralls = "^2.0.0"
147147
towncrier = "^19.2.0"
148148
toml = "^0.10.0"

0 commit comments

Comments
 (0)