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 2c575e4 commit f19b7b9Copy full SHA for f19b7b9
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v2.5.1 2023-08-07
2
+
3
+- [#95](https://github.com/luolingchun/flask-openapi3/pull/95) Added ability to deserialize complex form parameter objects. Thanks, BlackGad.
4
5
## v2.5.0 2023-08-02
6
7
- [#79](https://github.com/luolingchun/flask-openapi3/discussions/79) Support `by_alias` in Model Config. Thanks, @candleindark.
flask_openapi3/__version__.py
@@ -2,4 +2,4 @@
# @Author : llc
# @Time : 2022/4/30 9:20
-__version__ = "2.5.0"
+__version__ = "2.5.1"
0 commit comments