From e2934f92c6143af8232ec0767da0c489bb1f1e8d Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Wed, 20 Apr 2022 12:08:12 +0200 Subject: [PATCH] setup: allow djangorestframework 3.12 (#64290) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa773a3..d2039c9 100644 --- a/setup.py +++ b/setup.py @@ -113,7 +113,7 @@ setup( 'django-ckeditor<4.5.4', 'django-haystack<2.8', 'django-taggit', - 'djangorestframework>=3.3,<3.10', + 'djangorestframework>=3.3,<3.13', 'requests', 'whoosh', 'XStatic-Select2',