Skip to content

Commit 58060eb

Browse files
committed
set the min version of drf spectacular to 0.29
1 parent a2c3e4a commit 58060eb

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

docs/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88
### Added
99
- add support for python 3.14
1010

11+
### Changed (backward-incompatible)
12+
- set minimum version of drf-spectacular to 0.29.0
13+
1114
## [0.15.0] - 2025-06-09
1215
### Added
1316
- add support for python 3.13

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ release = [
6060
"tbump",
6161
]
6262
openapi = [
63-
"drf-spectacular>=0.27.1",
63+
"drf-spectacular>=0.29.0",
6464
"inflection",
6565
]
6666

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ python =
3030
deps =
3131
pytest
3232
pytest-django
33-
drf-spectacular>=0.27.1
33+
drf-spectacular>=0.29.0
3434
django-filter
3535
dj32: Django>=3.2,<4.0
3636
dj40: Django>=4.0,<4.1

0 commit comments

Comments
 (0)