v0.0.14

ChatGPTNextWeb/NextChatv0.0.14Apr 17, 2026by samuelcolvin

AI Summary

Addresses a critical panic when parsing large source files and adds JSON support to the MontyObject.

Key Highlights

  • Fixed panic for source files larger than u16::MAX
  • Added natural JSON support in MontyObject
  • Added ExternalExceptionData

New Features

  • Natural JSON support
  • ExternalExceptionData

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