We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c2073 commit ea1d884Copy full SHA for ea1d884
CHANGELOG.md
@@ -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
10
## v4.0.3 2024-11-23
11
12
- Add PrefixItems to Schema Model for use with Tuple types by @JesseDeLoore in #197
flask_openapi3/__version__.py
@@ -2,4 +2,4 @@
# @Author : llc
# @Time : 2022/4/30 9:20
-__version__ = "4.0.3"
+__version__ = "4.1.0"
0 commit comments