Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Support pydantic-core 2.10+ #89

Merged
merged 1 commit into from
Dec 17, 2023

Conversation

antonagestam
Copy link
Owner

pydantic-core 2.10 deprecated some functions in the pydantic_core.core_schema.* namespace. In order to both be compatible with future (no deprecation errors), and have working type checking, there's no choice but to drop support for pydantic-core versions <2.10.

Because this drops support for some pydantic-core versions, it is a breaking change.

pydantic-core 2.10 deprecated some functions in the
`pydantic_core.core_schema.*` namespace. In order to both be compatible
with future (no deprecation errors), and have working type checking,
there's no choice but to drop support for pydantic-core versions <2.10.

Because this drops support for some pydantic-core versions, it is a
breaking change.
@antonagestam antonagestam marked this pull request as ready for review December 17, 2023 14:38
@antonagestam antonagestam merged commit 8432488 into main Dec 17, 2023
6 checks passed
@antonagestam antonagestam deleted the feature/support-pydantic-core-210 branch December 17, 2023 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant