v0.0.16
ByteDance-Seed/SeedVRv0.0.16Apr 19, 2026by samuelcolvin
AI Summary
This update enhances input safety and refactors configuration parameters. It introduces a new configuration parameter name to improve code clarity and robustness.
Key Highlights
- Input safety implementation
- Rename `prefix_code` to `type_check_stubs`
- Improved configuration management
Breaking Changes
- Renamed `prefix_code` to `type_check_stubs`
New Features
- Input safety improvements
- Configuration parameter renaming
Full Release Notes
## What's Changed * Input safety by @samuelcolvin in https://github.com/pydantic/monty/pull/360 * rename `prefix_code` -> `type_check_stubs` by @samuelcolvin in https://github.com/pydantic/monty/pull/361 **Full Changelog**: https://github.com/pydantic/monty/compare/v0.0.15...v0.0.16