v0.5.3
Bug Fixes
- Python 3.14 Compatibility:
- Suppressed
UserWarningtriggered by Pydantic v1 in Python 3.14. - Refactored forward reference evaluation using
typing-extensionsto suppressDeprecationWarningregarding missingtype_params.
- Suppressed
Maintenance
- Upgraded
tyversion. - Improved codebase by removing obsolete
type: ignorecomments.
Full Changelog: v0.5.2...v0.5.3