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 e01dc00 commit f91a613Copy full SHA for f91a613
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v3.1.3 2024-06-16
2
+
3
+- Fix empty list in body by @luolingchun in #154
4
5
## v3.1.2 2024-06-02
6
7
- Support SWAGGER_CONFIG and OAUTH_CONFIG in app.config by @luolingchun in #153
flask_openapi3/__version__.py
@@ -2,4 +2,4 @@
# @Author : llc
# @Time : 2022/4/30 9:20
-__version__ = "3.1.2"
+__version__ = "3.1.3"
0 commit comments