From f1e15f181419c03c6ce086db4caa40c5c561eb22 Mon Sep 17 00:00:00 2001 From: James Priebe Date: Mon, 2 Jan 2023 17:06:26 -0500 Subject: [PATCH] Up drf-yasg version in demo project to fix breaking change with removal of `NullBooleanField` from DRF (#454) * restrict drf version in demo to avoid NullBooleanField error * up yasg version * put back allauth --- demo/requirements.pip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/requirements.pip b/demo/requirements.pip index f6333a6c..038b616e 100644 --- a/demo/requirements.pip +++ b/demo/requirements.pip @@ -3,6 +3,6 @@ dj-rest-auth @ git+https://github.com/iMerica/dj-rest-auth.git@master djangorestframework>=3.11.0 djangorestframework-simplejwt==4.7.1 django-allauth>=0.24.1 -drf-yasg==1.20.0 +drf-yasg==1.21.4 django-cors-headers==3.2.1 coreapi==2.3.3