Skip to content

Commit d3950cc

Browse files
authored
Merge pull request #67 from ghazi-git/restrict-support-to-latest-drf-spectacular
restrict-support-to-latest-drf-spectacular
2 parents 6e1c1b7 + 7f47d7e commit d3950cc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ release = [
5858
"tbump",
5959
]
6060
openapi = [
61-
"drf-spectacular",
61+
"drf-spectacular>=0.27.0",
6262
"inflection",
6363
]
6464

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ python =
2525
deps =
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

0 commit comments

Comments
 (0)