From ca75dc225131e1c9926f61786bdf9ade30adcc43 Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Mon, 18 Dec 2023 11:17:06 +0100 Subject: [PATCH] setup: allow djangorestframework 3.14 (#81951) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5e8edec..c80e174 100644 --- a/setup.py +++ b/setup.py @@ -110,7 +110,7 @@ setup( 'isodate', 'jsonschema', 'gadjo', - 'djangorestframework>=3.9,<3.13', + 'djangorestframework>=3.9,<3.15', 'pytz', 'python-dateutil', 'django-admin-rangefilter',