| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-13 | 701 Bytes | |
| v1.14.3 source code.tar.gz | 2026-01-13 | 69.9 MB | |
| v1.14.3 source code.zip | 2026-01-13 | 70.4 MB | |
| Totals: 3 Items | 140.3 MB | 0 | |
Added
- Completeness-based validation for Partial streaming - only validates JSON structures that are structurally complete (#1999)
- New
JsonCompletenessclass ininstructor/dsl/json_tracker.pyfor tracking JSON completeness during streaming (#1999)
Fixed
- Fixed Stream objects crashing reask handlers when using streaming with
max_retries > 1(#1992) - Field constraints (
min_length,max_length,ge,le, etc.) now work correctly during streaming (#1999)
Deprecated
PartialLiteralMixinis now deprecated - completeness-based validation handles Literal/Enum types automatically (#1999)
Full Changelog: https://github.com/567-labs/instructor/compare/v1.14.2...v1.14.3