Skip to content

v1.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Feb 23:56
· 1 commit to main since this release
db4eeaa

v1.2.1 (2026-02-15)

  • Added official support for Python 3.14. (PR #164)
    • Note: The pydantic_v1 plugin 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.Union and typing.Optional have changed, such that they will always render using the | operator.