Skip to content

Commit

Permalink
Require latest django-storages[boto3]
Browse files Browse the repository at this point in the history
The bug that mandated pinning this dependency has been fixed in the
latest release.
  • Loading branch information
mvandenburgh committed Oct 17, 2023
1 parent 7b3cbd4 commit b6c5b34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@
'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',
# TODO: unpin this when dandi is updating for breaking changes
'django-storages[boto3]<=1.13.2',
'django-storages[boto3]>=1.14.2',
'gunicorn',
# Development-only, but required
# TODO: starting with v0.5.0, django-minio-storage requires v7
Expand Down

0 comments on commit b6c5b34

Please sign in to comment.