Skip to content

Pydantic V1 not compatible with Python 3.14 #188

@binaryf0x

Description

@binaryf0x

From the Pydantic 2.12 release notes it is noted that Python 3.14 ships with new type annotations semantics. Without updating to the Pydantic V2 API the following warning is emitted when loading the squareup module:

#16 3.960 /venv/lib/python3.14/site-packages/square/core/pydantic_utilities.py:14: UserWarning: Core Pydantic V1 functionality isn't compatible with Python 3.14 or greater.
#16 3.960   from pydantic.v1.datetime_parse import parse_date as parse_date

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions