-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Update pydantic.v1 stub to v1.10.17
#9707
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 pydantic-docs with
|
| Latest commit: |
3fb3bd4
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0894be9b.pydantic-docs.pages.dev |
| Branch Preview URL: | https://v1-10-17-update.pydantic-docs.pages.dev |
CodSpeed Performance ReportMerging #9707 will not alter performanceComparing Summary
|
…gnore the change bc it was performance focused, and we're not prioritizing that in v1 anymore
|
I actually don't think we need to do a patch release for We can include this in our next minor release, of course :). @exs-dwoodward, @vfazio just as a heads up :). |
| @@ -84,7 +84,7 @@ def display_errors(errors: List['ErrorDict']) -> str: | |||
|
|
|||
|
|
|||
| def _display_error_loc(error: 'ErrorDict') -> str: | |||
| return ' -> '.join([str(e) for e in error['loc']]) | |||
| return ' -> '.join(str(e) for e in error['loc']) | |||
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.
I've explained this in a commit message :)
Just updating v1 :)