Skip to content

Commit

Permalink
Pin django-s3-file-field < 1 (#344)
Browse files Browse the repository at this point in the history
* Pin django-s3-file-field < 1

* Pin client as well
  • Loading branch information
annehaley authored Oct 23, 2023
1 parent 8a8bdb3 commit 5bc7241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
'swcc',
# Production-only
'django-composed-configuration[prod]',
'django-s3-file-field[boto3]',
'django-s3-file-field[boto3]<1', # v1 has breaking changes
'gunicorn',
'numpy',
],
Expand Down
2 changes: 1 addition & 1 deletion swcc/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
install_requires=[
'click<9', # celery depends on click<9, pin for now
'click-pathlib',
'django-s3-file-field-client',
'django-s3-file-field-client < 1', # v1 has breaking changes
# if you override and install in python 3.7
'importlib_metadata ; python_version < "3.8"',
'openpyxl',
Expand Down

0 comments on commit 5bc7241

Please sign in to comment.