-
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
Fix Pydantic serialization warnings #6992
Fix Pydantic serialization warnings #6992
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6992 +/- ##
===========================================
- Coverage 86.99% 65.74% -21.25%
===========================================
Files 1621 696 -925
Lines 64051 33275 -30776
Branches 2035 262 -1773
===========================================
- Hits 55720 21877 -33843
- Misses 7997 11338 +3341
+ Partials 334 60 -274
Continue to review full report in Codecov by Sentry.
|
Quality Gate passedIssues Measures |
What do these changes do?
Solve serialization warnings like the following, mainly caused by a misuse of
model_construct
method:The problem affects both CI (with tests executions) and deployed systems, flooding logs with these messages.
Related issue/s
How to test
Dev-ops checklist