We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6b406 commit bd9d249Copy full SHA for bd9d249
1 file changed
setup.py
@@ -46,7 +46,7 @@
46
"rest": [
47
"djangorestframework~=3.16.0",
48
"django-filter>=25.1,<26.0", # django-filter uses CalVer
49
- "drf-yasg~=1.21.7",
+ "drf-yasg==1.21.11", # pinning due to https://github.com/openwisp/openwisp-utils/issues/565
50
],
51
"channels": [
52
"channels[daphne]~=4.3.0",
0 commit comments