From 45d0cca33870765e13b6342fca54a68640f4c908 Mon Sep 17 00:00:00 2001 From: Paul Marillonnet Date: Tue, 19 Apr 2022 11:52:09 +0200 Subject: [PATCH] setup: allow djangorestframework 3.12 (#64289) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6c77ba6..080a783 100644 --- a/setup.py +++ b/setup.py @@ -155,7 +155,7 @@ setup( 'django-mellon', 'django-tenant-schemas', 'prometheus_client', - 'djangorestframework>=3.4, <3.10', + 'djangorestframework>=3.4, <3.13', 'dnspython', 'lxml', 'num2words==0.5.9',