File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
77## [ UNRELEASED]
8+ ### Fixed
9+ - enforce support of only drf-spectacular 0.27 and newer in pyproject.toml
810
911## [ 0.13.0] - 2024-02-28
1012### Changed
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ release = [
5858 " tbump" ,
5959]
6060openapi = [
61- " drf-spectacular" ,
61+ " drf-spectacular>=0.27.0 " ,
6262 " inflection" ,
6363]
6464
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ python =
2525deps =
2626 pytest
2727 pytest-django
28- drf-spectacular
28+ drf-spectacular>=0.27.0
2929 django-filter
3030 dj32: Django>=3.2,<4.0
3131 dj40: Django>=4.0,<4.1
You can’t perform that action at this time.
0 commit comments