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 0b072eb commit b073e03Copy full SHA for b073e03
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## v4.0.0rc3 2024-08-31
2
+
3
+- Add py.typed marker file for PEP-561 support by @luolingchun in #160
4
+- Use ruff instead of flake8 by @luolingchun in #164
5
+- Remove experimental export markdown by @luolingchun in #161
6
+- Fix `populate_by_name` when execute `model_validate` by @luolingchun in #167
7
+- Optimize performance and unit testing by @luolingchun in #155
8
9
## v4.0.0rc2 2024-06-16
10
11
- Fix empty list in body by @luolingchun in #154
flask_openapi3/__version__.py
@@ -2,4 +2,4 @@
# @Author : llc
# @Time : 2022/4/30 9:20
-__version__ = "4.0.0rc2"
+__version__ = "4.0.0rc3"
0 commit comments