Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.2k
FixZoneInfo
with various invalid types#10408
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 13, 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: | 4d0f885 |
Status: | ✅ Deploy successful! |
Preview URL: | https://a24fe6ab.pydantic-docs.pages.dev |
Branch Preview URL: | https://zoneinfo-fix.pydantic-docs.pages.dev |
codspeed-hqbot commentedSep 13, 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#10408 willnot alter performanceComparing Summary
|
def test_zoneinfo_union() -> None: | ||
ta = TypeAdapter(Union[zoneinfo.ZoneInfo, timezone], config=ConfigDict(arbitrary_types_allowed=True)) |
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.
What's the reason to havearbitrary_types_allowed
here?
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.
We don't supporttimezone
😅
Coverage reportClick to see where and how coverage changed
This report was generated bypython-coverage-comment-action |
7daa2cd
intomainUh oh!
There was an error while loading.Please reload this page.
Fix#10407