Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.2k
Fix schema generation error when serialization schema holds references#10444
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: | 6f29c68 |
Status: | ✅ Deploy successful! |
Preview URL: | https://1af52f31.pydantic-docs.pages.dev |
Branch Preview URL: | https://10443.pydantic-docs.pages.dev |
CodSpeed Performance ReportMerging#10444 willimprove performances by 13.81%Comparing Summary
Benchmarks breakdown
|
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.
Seems alright to me for now, thanks for adding the inline comment.
61818e2
intomainUh oh!
There was an error while loading.Please reload this page.
Change Summary
Fixes#10443.
I'm not too happy with the solution, feels a bit weird to have to worry about this inside
count_refs
, but couldn't find a better fix.Checklist