File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
10
## v4.0.3 2024-11-23
2
11
3
12
- Add PrefixItems to Schema Model for use with Tuple types by @JesseDeLoore in #197
Original file line number Diff line number Diff line change 2
2
# @Author : llc
3
3
# @Time : 2022/4/30 9:20
4
4
5
- __version__ = "4.0.3 "
5
+ __version__ = "4.1.0 "
You can’t perform that action at this time.
0 commit comments