Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.2k
Implicitly setvalidate_by_name
toTrue
whenvalidate_by_alias
isFalse
#11503
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 commentedFeb 27, 2025 • 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: | 3a86ca6 |
Status: | ✅ Deploy successful! |
Preview URL: | https://14e628c2.pydantic-docs.pages.dev |
Branch Preview URL: | https://by-name-dynamic-default.pydantic-docs.pages.dev |
github-actionsbot commentedFeb 27, 2025 • 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-hqbot commentedFeb 27, 2025 • 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#11503 willnot alter performanceComparing Summary
|
c8c960e
to70cceff
Comparevalidate_by_name
whenvalidate_by_alias=False
validate_by_name
toTrue
whenvalidate_by_alias
isFalse
Codspeed is just being flaky here, that regression is unrelated. |
789819d
intomainUh oh!
There was an error while loading.Please reload this page.
If
validate_by_alias
is manually set toFalse
andvalidate_by_name
is unset, we setvalidate_by_name
toTrue
.