Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.2k
Change JSON schema generation of literals and enums#10692
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Deploying pydantic-docs with |
Latest commit: | b7b9a11 |
Status: | ✅ Deploy successful! |
Preview URL: | https://94db0bd4.pydantic-docs.pages.dev |
Branch Preview URL: | https://literal-enum-js-schema-2.pydantic-docs.pages.dev |
CodSpeed Performance ReportMerging#10692 willnot alter performanceComparing Summary
|
Coverage reportClick to see where and how coverage changed
This report was generated bypython-coverage-comment-action |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Nice work, clean fix.
dc1ee23
intomainUh oh!
There was an error while loading.Please reload this page.
Pydantic 2.10 removes the `enum` field from JSON schema, which breaks our internal SDK generator. See:pydantic/pydantic#10692
Pydantic 2.10 removes the `enum` field from JSON schema, which breaks our internal SDK generator. See:pydantic/pydantic#10692
Uh oh!
There was an error while loading.Please reload this page.
Change Summary
Closes#9402
Related issue number
Checklist