Skip to content

Commit a307d98

Browse files
committed
release v4.3.0
1 parent 0c6539a commit a307d98

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v4.3.0 2025-10-18
2+
3+
- Fix ValidationError schema to match Pydantic v2 format by @bastien-pruvost in #232
4+
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #234
5+
- Support optional lists by @Qblack in #237
6+
- Bump actions/stale from 9 to 10 by @dependabot[bot] in #239
7+
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #238
8+
- [#240] Fix for br tag rendering by @zakmatik in #241
9+
- Use uv by @luolingchun in #235
10+
- Drop support for Python 3.9 and Support for Python 3.14 by @luolingchun in #233
11+
- ISSUE-220 allow for response validation by @mr-tabasco in #225
12+
- WIP Add support for const by @githubjakob in #243
13+
114
## v4.2.1 2025-07-19
215

316
- Fixes issue where register_api isn't idempotent by @zakmatik in #230

flask_openapi3/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# @Author : llc
33
# @Time : 2022/4/30 9:20
44

5-
__version__ = "4.2.1"
5+
__version__ = "4.3.0"

0 commit comments

Comments
 (0)