We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a46eb6 commit f5afbbcCopy full SHA for f5afbbc
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v4.2.0 2025-06-21
2
+
3
+- fix(models): enable 'populate_by_name' to alias fields correctly by @omikader in #221
4
+- operation_id_callback with blueprint name and func name by @luolingchun in #224
5
+- Delay throwing validation error by @luolingchun in #223
6
7
8
## v4.1.0 2025-02-08
9
10
- Support for Python 3.13 by @luolingchun in #200
flask_openapi3/__version__.py
@@ -2,4 +2,4 @@
# @Author : llc
# @Time : 2022/4/30 9:20
-__version__ = "4.1.0"
+__version__ = "4.2.0"
0 commit comments