Skip to content

Commit ea1d884

Browse files
committed
release v4.1.0
1 parent 45c2073 commit ea1d884

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v4.1.0 2025-02-08
2+
3+
- Support for Python 3.13 by @luolingchun in #200
4+
- Fix query, form, header model extra not honored by @luolingchun in #201
5+
- Better APISpec init to allow to modify it before generating spec_json. by @ddorian in #195
6+
- Schema.maximum type float -> int | float by @ddorian in #217
7+
- Allow url_prefix to be set during API/APIView registration by @luolingchun in #215
8+
- Drop support for Python 3.8 by @luolingchun in #199
9+
110
## v4.0.3 2024-11-23
211

312
- Add PrefixItems to Schema Model for use with Tuple types by @JesseDeLoore in #197

flask_openapi3/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# @Author : llc
33
# @Time : 2022/4/30 9:20
44

5-
__version__ = "4.0.3"
5+
__version__ = "4.1.0"

0 commit comments

Comments
 (0)