Skip to content

Commit

Permalink
Merge pull request #1895 from dandi/pin-drf
Browse files Browse the repository at this point in the history
Temporarily pin DRF
  • Loading branch information
mvandenburgh authored Mar 19, 2024
2 parents 57fb5c7 + f4b2f11 commit f043363
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
'django-filter',
'django-guardian',
'django-oauth-toolkit>=1.7,<2',
'djangorestframework',
# TODO: pin this until we figure out what the cause of
# https://github.com/dandi/dandi-archive/issues/1894 is.
'djangorestframework==3.14.0',
'djangorestframework-yaml',
'drf-extensions',
'drf-yasg',
Expand Down

0 comments on commit f043363

Please sign in to comment.