v0.0.14
ByteDance-Seed/SeedVRv0.0.14Apr 17, 2026by samuelcolvin
AI Summary
This release focuses on fixing parsing panics for large source files and adding natural JSON support to MontyObject. It introduces `ExternalExceptionData` for better error tracking.
Key Highlights
- Fix panic when parsing source file with lines larger than u16::MAX
- Add `ExternalExceptionData`
- Natural JSON support in `MontyObject`
New Features
- Panic fix for large files
- ExternalExceptionData
- Natural JSON support
Full Release Notes
## What's Changed * fix panic when parsing source file with lines larger than u16::MAX by @davidhewitt in https://github.com/pydantic/monty/pull/342 * add `ExternalExceptionData` by @samuelcolvin in https://github.com/pydantic/monty/pull/349 * natural JSON support in `MontyObject` by @samuelcolvin in https://github.com/pydantic/monty/pull/348 **Full Changelog**: https://github.com/pydantic/monty/compare/v0.0.13...v0.0.14