-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fix validate_call
schema generation and doc error for TypedDict
#6370
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Deploying with
|
Latest commit: |
893e2db
|
Status: | ✅ Deploy successful! |
Preview URL: | https://08763d2a.pydantic-docs2.pages.dev |
Branch Preview URL: | https://fix-doc-error-description.pydantic-docs2.pages.dev |
please review |
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.
Can we add a test with a TypedDict on the signature or a BaseModel based class or both?
About the confusion that I did on the version being 3.11: there's a comment on the standard library that I believe is not correct about this - this is a comment to remind me to check this when I get home. |
I'm sure we need |
validate_call
schema generation and doc error for TypedDict
@Kludex added a test and fixes some other bugs with |
please review |
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.
Thanks 😁🙏
Fixes #6356
Selected Reviewer: @lig