File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v4.0.0 2024-09-29
2
+
3
+ * Support plugins for ui templates by @luolingchun in https://github.com/luolingchun/flask-openapi3/pull/151
4
+ * Add py.typed marker file for PEP-561 support by @luolingchun in https://github.com/luolingchun/flask-openapi3/pull/160
5
+ * Use ruff instead of flake8 by @luolingchun in https://github.com/luolingchun/flask-openapi3/pull/164
6
+ * Remove experimental export markdown by @luolingchun in https://github.com/luolingchun/flask-openapi3/pull/161
7
+ * Fix ` populate_by_name ` when execute ` model_validate ` by @luolingchun in https://github.com/luolingchun/flask-openapi3/pull/167
8
+ * Update docs by @luolingchun in https://github.com/luolingchun/flask-openapi3/pull/155
9
+ * Fix __ get_pydantic_core_schema__ by @luolingchun in https://github.com/luolingchun/flask-openapi3/pull/179
10
+ * Fix list with default value by @luolingchun in https://github.com/luolingchun/flask-openapi3/pull/180
11
+
1
12
## v4.0.0rc3 2024-08-31
2
13
3
14
- Add py.typed marker file for PEP-561 support by @luolingchun in #160
Original file line number Diff line number Diff line change 2
2
# @Author : llc
3
3
# @Time : 2022/4/30 9:20
4
4
5
- __version__ = "4.0.0rc3 "
5
+ __version__ = "4.0.0 "
You can’t perform that action at this time.
0 commit comments