File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments