Skip to content

Commit b7c39e8

Browse files
jxnlclaude
andcommitted
docs(changelog): add PR #1994 streaming fix to 1.14.2 release notes
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 177f2d3 commit b7c39e8

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ All notable changes to this project will be documented in this file. The format
99
## [1.14.2] - 2026-01-13
1010

1111
### Fixed
12-
- Prevented infinite recursion when creating Partial models for recursive Pydantic models (#1997)
12+
- Fixed model validators crashing during partial streaming by skipping them until streaming completes (#1994)
13+
- Fixed infinite recursion with self-referential models in Partial (e.g., TreeNode with children: List["TreeNode"]) (#1997)
1314

1415
### Added
15-
- Added coverage for recursive Partial models (#1997)
16+
- Added `PartialLiteralMixin` documentation for handling Literal/Enum types during streaming (#1994)
17+
- Added final validation against original model after streaming completes to enforce required fields (#1994)
18+
- Added tests for recursive Partial models (#1997)
1619

1720
## [1.14.1] - 2026-01-08
1821

0 commit comments

Comments
 (0)