-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Fix circular import with validate_call
#10807
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: |
21f5813
|
Status: | ✅ Deploy successful! |
Preview URL: | https://4db4e229.pydantic-docs.pages.dev |
Branch Preview URL: | https://fix-circular-ref.pydantic-docs.pages.dev |
CodSpeed Performance ReportMerging #10807 will not alter performanceComparing Summary
|
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
It should be the other way around I think, the |
Additionally, there's the pydantic/tests/test_exports.py Lines 14 to 17 in c7a3d5c
but it probably requires cleaning |
I don't think this matters, as we're using two |
The idea is that we should have a test making sure that every |
Fix #10799