From f4b2f11be8d307b0421e629730e103770098541c Mon Sep 17 00:00:00 2001 From: Mike VanDenburgh <37340715+mvandenburgh@users.noreply.github.com> Date: Tue, 19 Mar 2024 16:01:33 -0400 Subject: [PATCH] Pin DRF until breaking change is fixed --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1f10b04df..11dbdba84 100644 --- a/setup.py +++ b/setup.py @@ -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',