-
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 Color serialization in Pydantic v2 #6821
🐛 Fix Color serialization in Pydantic v2 #6821
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6821 +/- ##
==========================================
+ Coverage 88.03% 89.48% +1.44%
==========================================
Files 1550 1252 -298
Lines 61749 53016 -8733
Branches 2164 940 -1224
==========================================
- Hits 54363 47442 -6921
+ Misses 7057 5439 -1618
+ Partials 329 135 -194
Continue to review full report in Codecov by Sentry.
|
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
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.
nice
Quality Gate passedIssues Measures |
What do these changes do?
Fix a serialization issue with
Color
fields in Pydantic v2.In Web Server logs:
Related issue/s
How to test
Dev-ops checklist