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 a6ce64c commit cf2e6c8Copy full SHA for cf2e6c8
requirements.txt
@@ -36,8 +36,8 @@ djangorestframework==3.15.2
36
doc8==0.11.1
37
docopt==0.6.2
38
docutils==0.17.1
39
-drf-spectacular==0.27.2
40
-drf-spectacular-sidecar==2024.7.1
+drf-spectacular==0.24.2
+drf-spectacular-sidecar==2022.10.1
41
executing==0.8.3
42
fetchcode==0.3.0
43
freezegun==1.2.1
setup.cfg
@@ -67,7 +67,7 @@ install_requires =
67
gunicorn>=23.0.0
68
69
# for the API doc
70
- drf-spectacular[sidecar]>=0.27.2
+ drf-spectacular[sidecar]>=0.24.2
71
72
#essentials
73
packageurl-python>=0.15
0 commit comments