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 010f7af commit 4f031b7Copy full SHA for 4f031b7
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v4.0.3 2024-11-23
2
+
3
+- Add PrefixItems to Schema Model for use with Tuple types by @JesseDeLoore in #197
4
5
6
## v4.0.2 2024-11-10
7
8
- Reuse schema["title"] if it's defined by @ddorian in #186
flask_openapi3/__version__.py
@@ -2,4 +2,4 @@
# @Author : llc
# @Time : 2022/4/30 9:20
-__version__ = "4.0.2"
+__version__ = "4.0.3"
0 commit comments