Skip to content

Commit

Permalink
Up drf-yasg version in demo project to fix breaking change with remov…
Browse files Browse the repository at this point in the history
…al of `NullBooleanField` from DRF (#454)

* restrict drf version in demo to avoid NullBooleanField error

* up yasg version

* put back allauth
  • Loading branch information
J-Priebe committed Jan 2, 2023
1 parent 6b394d9 commit f1e15f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/requirements.pip
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f1e15f1

Please sign in to comment.