Skip to content

Commit bc75ed5

Browse files
committed
Update changelog
1 parent b3c6e6b commit bc75ed5

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)