From 5a850e2a243be00c158a91a03460c0e530c1b4af Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Wed, 13 Jan 2021 14:58:01 +0100 Subject: [PATCH] misc: allow djangorestframework 3.9.x (#50105) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 30cd11c..523921b 100644 --- a/setup.py +++ b/setup.py @@ -115,7 +115,7 @@ setup( 'django-ckeditor<4.5.4', 'django-haystack<2.8', 'django-taggit', - 'djangorestframework>=3.3, <3.8', + 'djangorestframework>=3.3,<3.10', 'requests', 'whoosh', 'XStatic-Select2',