-
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
♻️ Clean deprecated (Pydantic v2) #6955
♻️ Clean deprecated (Pydantic v2) #6955
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6955 +/- ##
==========================================
- Coverage 88.09% 85.36% -2.74%
==========================================
Files 1589 632 -957
Lines 62243 30616 -31627
Branches 2012 262 -1750
==========================================
- Hits 54831 26134 -28697
+ Misses 7076 4422 -2654
+ Partials 336 60 -276
Continue to review full report in Codecov by Sentry.
|
Quality Gate passedIssues Measures |
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.
Thanks a lot! 👍
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
065bd8f
into
ITISFoundation:master
What do these changes do?
Clean deprecated code introduced after migration to Pydantic v2.
Related issue/s
How to test
Dev-ops checklist