From e956b86649f378dccfb42a24838ea6d1e793b2f6 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 30 Sep 2020 09:15:48 +0200 Subject: [PATCH] root: lock rest-framework to 3.11.1 to prevent drf-yasg See https://github.com/axnsan12/drf-yasg/issues/641 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 9d60ce1c1..256308e27 100644 --- a/Pipfile +++ b/Pipfile @@ -17,7 +17,7 @@ django-otp = "*" django-prometheus = "*" django-recaptcha = "*" django-redis = "*" -django-rest-framework = "*" +django-rest-framework = "==3.11.1" django-storages = "*" djangorestframework-guardian = "*" drf-yasg = "*"