v0.0.14

pydantic/montyv0.0.14Apr 17, 2026by samuelcolvin

AI Summary

Release focused on parsing stability and JSON support improvements with ExternalExceptionData addition.

Key Highlights

  • Fix panic when parsing source files with lines larger than u16::MAX
  • Added ExternalExceptionData
  • Natural JSON support in MontyObject

New Features

  • Parsing large file support
  • ExternalExceptionData
  • Natural JSON support in MontyObject

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