Skip to content

Release pydantic that bumps pydantic-core to support Python 3.14 #12220

Description

@dimaqq

Initial Checks

  • I have searched Google & GitHub for similar requests and couldn't find anything
  • I have read and followed the docs and still think this feature is missing

Description

Pydantic main branch specifies 'pydantic-core==2.37.2', which can be installed on Python 3.14 (3.14.0rc2 at the time or writing).

However, the latest Pydantic available on PYPI pulls in older Pydantic-core, that cannot:

> uv pip install pydantic
...
  × Failed to build `pydantic-core==2.33.2`
...
error: failed to run custom build command for `pyo3-ffi v0.24.1`
...
error: the configured Python interpreter version (3.14) is newer than PyO3's maximum supported version (3.13)
...
 help: `pydantic-core` (v2.33.2) was included because `pydantic` (v2.11.7) depends on `pydantic-core`

Affected Components

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions