Skip to content

Commit

Permalink
Pin DRF until breaking change is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandenburgh committed Mar 19, 2024
1 parent 57fb5c7 commit f4b2f11
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 f4b2f11

Please sign in to comment.