Skip to content

Commit cf2e6c8

Browse files
committed
Fix Swagger API documentation
- Revert drf-spectacular to 0.24.2 Signed-off-by: Keshav Priyadarshi <[email protected]>
1 parent a6ce64c commit cf2e6c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ djangorestframework==3.15.2
3636
doc8==0.11.1
3737
docopt==0.6.2
3838
docutils==0.17.1
39-
drf-spectacular==0.27.2
40-
drf-spectacular-sidecar==2024.7.1
39+
drf-spectacular==0.24.2
40+
drf-spectacular-sidecar==2022.10.1
4141
executing==0.8.3
4242
fetchcode==0.3.0
4343
freezegun==1.2.1

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ install_requires =
6767
gunicorn>=23.0.0
6868

6969
# for the API doc
70-
drf-spectacular[sidecar]>=0.27.2
70+
drf-spectacular[sidecar]>=0.24.2
7171

7272
#essentials
7373
packageurl-python>=0.15

0 commit comments

Comments
 (0)