-
Notifications
You must be signed in to change notification settings - Fork 290
Remove schema validation #1723
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: remove-schema-validation
Are you sure you want to change the base?
Remove schema validation #1723
Conversation
Co-authored-by: nix <khiem3t@gmail.com>
The code used to generate the self schema is inspecting annotations in a way that isn't compatible with Python 3.14.
Codecov ReportAttention: Patch coverage is
📢 Thoughts on this report? Let us know! |
@clin1234 what is the purpose of this PR? We will handle the 3.14 support through the two already open PRs. |
For 3.14 support to be added, both of the aformentioned PRs would have to be merged; this is just an sandbox to test when one of the PRs is rebased on top of another (mainly CI tests) |
Change Summary
Rebase upstream's remove-schema-validation branch with python-3.14 branch, alongside minor linting
Complements #1714
Related issue number
fix #1714
Checklist
pydantic-core
(except for expected changes)