Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.2k
Support serialization as any forSecret
types andUrl
types#10947
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
codspeed-hqbot commentedNov 22, 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#10947 willnot alter performanceComparing Summary
|
cloudflare-workers-and-pagesbot commentedNov 22, 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: | a84e306 |
Status: | ✅ Deploy successful! |
Preview URL: | https://9dc69f81.pydantic-docs.pages.dev |
Branch Preview URL: | https://easier-ser.pydantic-docs.pages.dev |
github-actionsbot commentedNov 22, 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.
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.
This seems fine for now 👍
It would be nice in the long run to either decide this is what we want users to do too, or to find a better way to support types with__get_pydantic_core_schema__
.
1667c84
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Fixes#10946
Fixes#9491
This might not be the best approach, but relieves some pressure for now. Leans into the coupling between
pydantic
andpydantic-core
. I think it's better to lean into this than to pretend it doesn't exist.Working on docs test fixes