-
Notifications
You must be signed in to change notification settings - Fork 27
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
♻️ Remove deprecated from_orm
method (Pydantic v2)
#6869
♻️ Remove deprecated from_orm
method (Pydantic v2)
#6869
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6869 +/- ##
==========================================
+ Coverage 88.37% 88.40% +0.02%
==========================================
Files 1553 1546 -7
Lines 61866 61676 -190
Branches 2110 2110
==========================================
- Hits 54675 54524 -151
+ Misses 6860 6821 -39
Partials 331 331
Continue to review full report in Codecov by Sentry.
|
from_orm
Pydantic v2 methodfrom_orm
method (Pydantic v2)
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.
thx
Quality Gate passedIssues Measures |
What do these changes do?
Removes the use of
from_orm
method in favor ofmodel_validate
.Related issue/s
How to test
Dev-ops checklist