Skip to content

Commit da489c5

Browse files
daviddavisjobselko
authored andcommitted
Unpin azure-storage-blob
1 parent cbc4cd8 commit da489c5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,7 @@ dependencies = [
7474
sftp = ["django-storages[sftp]==1.14.6"]
7575
s3 = ["django-storages[boto3]==1.14.6"]
7676
google = ["django-storages[google]==1.14.6"]
77-
azure = [
78-
"django-storages[azure]==1.14.6",
79-
# pinned until https://github.com/Azure/Azurite/issues/2562 is resolved
80-
"azure-storage-blob<12.26.0",
81-
]
77+
azure = ["django-storages[azure]==1.14.6"]
8278
prometheus = ["django-prometheus"]
8379
kafka = [
8480
# Pinned because project warns "things might (and will) break with every update"

0 commit comments

Comments
 (0)