Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.2k
Use correct types namespace when building namedtuple core schemas#10337
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
cloudflare-workers-and-pagesbot commentedSep 6, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Deploying pydantic-docs with |
Latest commit: | 61ef3dd |
Status: | ✅ Deploy successful! |
Preview URL: | https://801cbc02.pydantic-docs.pages.dev |
Branch Preview URL: | https://10336.pydantic-docs.pages.dev |
codspeed-hqbot commentedSep 6, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
CodSpeed Performance ReportMerging#10337 willnot alter performanceComparing Summary
|
sydney-runkle left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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.
Great find@Viicos. Do we need to make any changed to typed dicts (I see we also changed that schema gen func in the original PR)
Feel free to remove that benchmark for now (let's comment it out), it's too flaky to be valuable at this point.
Coverage reportClick to see where and how coverage changed
This report was generated bypython-coverage-comment-action |
The types namespace stack is updated for typeddicts but wasn't for namedtuples, so this only affected the latter. |
I have a pending PR that I'll finish this afternoon to tackle this |
Sounds good. Also, could you please add a test before we merge? |
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.
Great work!
c452c7e
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Change Summary
Fixes#10336
Regression introduced in#10063
See diffwithout whitespaces
Related issue number
Checklist