We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c3e4a commit 58060ebCopy full SHA for 58060eb
3 files changed
docs/changelog.md
@@ -8,6 +8,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
8
### Added
9
- add support for python 3.14
10
11
+### Changed (backward-incompatible)
12
+- set minimum version of drf-spectacular to 0.29.0
13
+
14
## [0.15.0] - 2025-06-09
15
16
- add support for python 3.13
pyproject.toml
@@ -60,7 +60,7 @@ release = [
60
"tbump",
61
]
62
openapi = [
63
- "drf-spectacular>=0.27.1",
+ "drf-spectacular>=0.29.0",
64
"inflection",
65
66
tox.ini
@@ -30,7 +30,7 @@ python =
30
deps =
31
pytest
32
pytest-django
33
- drf-spectacular>=0.27.1
+ drf-spectacular>=0.29.0
34
django-filter
35
dj32: Django>=3.2,<4.0
36
dj40: Django>=4.0,<4.1
0 commit comments