v1.2.1 (2026-02-15)
- Added official support for Python 3.14. (PR #164)
- Note: The
pydantic_v1plugin is disabled when running on Python 3.14+, as Pydantic has dropped support for its V1 legacy module. - Note: Python 3.14's internal representation of
typing.Unionandtyping.Optionalhave changed, such that they will always render using the|operator.
- Note: The