Skip to content

Commit

Permalink
Pin django-storages temporarily
Browse files Browse the repository at this point in the history
There is a breaking change in the latest release of `django-storages`
that is causing CI to fail. For now, I've pinned it to the last working
version in order to get CI unblocked while I debug this further.
  • Loading branch information
mvandenburgh committed Sep 28, 2023
1 parent c12b554 commit 0e7fc85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
'django-composed-configuration[prod]>=0.22.0',
# pin directly to a version since we're extending the private multipart interface
'django-s3-file-field[boto3]==0.3.2',
'django-storages[boto3]',
# TODO: unpin this when dandi is updating for breaking changes
'django-storages[boto3]<=1.13.2',
'gunicorn',
# Development-only, but required
# TODO: starting with v0.5.0, django-minio-storage requires v7
Expand Down

0 comments on commit 0e7fc85

Please sign in to comment.