File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed
Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ Please follow [the Keep a Changelog standard](https://keepachangelog.com/en/1.0.
55
66## [ Unreleased]
77
8+ ## [ 5.5.0]
9+
10+ * Fix the rest of the issues from fastapi==0.119.0
11+
12+ ## [ 5.4.5]
13+
14+ ### Fixed
15+
16+ * Many issues after GenerateJsonSchema getting removed in fastapi==0.119.0
17+
18+ ### Changed
19+
20+ * A lot of documentation improvements by @Shigerman
21+
822## [ 5.4.4]
923
1024### Fixed
@@ -33,9 +47,8 @@ Please follow [the Keep a Changelog standard](https://keepachangelog.com/en/1.0.
3347
3448### Added
3549
36- - ` typing_inspection ` dependency from pydantic team for complex isinstance checks that must be the same between ` typing ` and ` typing_extensions `
37- - Support for ` pydantic>=2.12.0 ` FieldInfo refactoring from https://github.com/pydantic/pydantic/pull/11898
38-
50+ * ` typing_inspection ` dependency from pydantic team for complex isinstance checks that must be the same between ` typing ` and ` typing_extensions `
51+ * Support for ` pydantic>=2.12.0 ` FieldInfo refactoring from < https://github.com/pydantic/pydantic/pull/11898 >
3952
4053## [ 5.3.3]
4154
You can’t perform that action at this time.
0 commit comments