Skip to content

Commit

Permalink
release v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luolingchun committed Feb 8, 2025
1 parent 45c2073 commit ea1d884
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v4.1.0 2025-02-08

- Support for Python 3.13 by @luolingchun in #200
- Fix query, form, header model extra not honored by @luolingchun in #201
- Better APISpec init to allow to modify it before generating spec_json. by @ddorian in #195
- Schema.maximum type float -> int | float by @ddorian in #217
- Allow url_prefix to be set during API/APIView registration by @luolingchun in #215
- Drop support for Python 3.8 by @luolingchun in #199

## v4.0.3 2024-11-23

- Add PrefixItems to Schema Model for use with Tuple types by @JesseDeLoore in #197
Expand Down
2 changes: 1 addition & 1 deletion flask_openapi3/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# @Author : llc
# @Time : 2022/4/30 9:20

__version__ = "4.0.3"
__version__ = "4.1.0"

0 comments on commit ea1d884

Please sign in to comment.