| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-13 | 599 Bytes | |
| v1.14.2 source code.tar.gz | 2026-01-13 | 69.9 MB | |
| v1.14.2 source code.zip | 2026-01-13 | 70.3 MB | |
| Totals: 3 Items | 140.3 MB | 0 | |
Fixed
- Fixed model validators crashing during partial streaming by skipping them until streaming completes (#1994)
- Fixed infinite recursion with self-referential models in Partial (e.g., TreeNode with children: List["TreeNode"]) (#1997)
Added
- Added
PartialLiteralMixindocumentation for handling Literal/Enum types during streaming (#1994) - Added final validation against original model after streaming completes to enforce required fields (#1994)
- Added tests for recursive Partial models (#1997)
Full Changelog: https://github.com/567-labs/instructor/compare/v1.14.1...v1.14.2