Skip to content

Commit bd9d249

Browse files
committed
[fix] Temporarily pinned drf-yasg to 1.21.11 #565
Related to #565 (cherry picked from commit 3918ff2)
1 parent bb6b406 commit bd9d249

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"rest": [
4747
"djangorestframework~=3.16.0",
4848
"django-filter>=25.1,<26.0", # django-filter uses CalVer
49-
"drf-yasg~=1.21.7",
49+
"drf-yasg==1.21.11", # pinning due to https://github.com/openwisp/openwisp-utils/issues/565
5050
],
5151
"channels": [
5252
"channels[daphne]~=4.3.0",

0 commit comments

Comments
 (0)