From 253e7b9fe7f7ac6d00b7b02c092aa756f9e51e58 Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Wed, 16 Dec 2020 13:49:50 +0100 Subject: [PATCH] increase djangorestframework version limit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f0a57f8..32781bd 100644 --- a/setup.py +++ b/setup.py @@ -150,7 +150,7 @@ setup( 'django-mellon', 'django-tenant-schemas', 'prometheus_client', - 'djangorestframework>=3.1, <3.7', + 'djangorestframework>=3.1, <3.10', 'dnspython', 'lxml', ], -- 2.20.1