We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f048fb0 commit 56bcad0Copy full SHA for 56bcad0
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v3.1.1 2024-04-21
2
+
3
+- Wrong types of exclusiveMinimum & exclusiveMaximum fields in Schema class by @Lavertis in #149
4
5
## v3.1.0 2024-03-24
6
7
- Add the swagger_config parameter to configure the swagger ui by @luolingchun in #146
flask_openapi3/__version__.py
@@ -2,4 +2,4 @@
# @Author : llc
# @Time : 2022/4/30 9:20
-__version__ = "3.1.0"
+__version__ = "3.1.1"
0 commit comments