We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 160ab49 commit 7883df4Copy full SHA for 7883df4
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## v4.0.2 2024-11-10
2
+
3
+- Reuse schema["title"] if it's defined by @ddorian in #186
4
+- Simple webhook schema by @ddorian in #191
5
+- Fix missing Field.default when it's value is None in openapi spec by @ddorian in #189
6
+- ServerVariable.enum should be optional by @luolingchun in #194
7
8
9
## v4.0.1 2024-10-05
10
11
- Fix alias in query and form by @luolingchun in #184
flask_openapi3/__version__.py
@@ -2,4 +2,4 @@
# @Author : llc
# @Time : 2022/4/30 9:20
-__version__ = "4.0.1"
+__version__ = "4.0.2"
0 commit comments