-
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
⬆️ upgrades pydantic==1.9.0 repo-wide #2752
⬆️ upgrades pydantic==1.9.0 repo-wide #2752
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2752 +/- ##
======================================
Coverage 79.1% 79.1%
======================================
Files 677 677
Lines 27018 27001 -17
Branches 2618 2616 -2
======================================
+ Hits 21373 21380 +7
+ Misses 4912 4890 -22
+ Partials 733 731 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
…ersion and will not be supported in a future release
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, finally removed the monkey patch
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.
dark mode power!
What do these changes do?
Upgrades to
pydantic==1.9.0
the entire repo except for thedirector
service (frozen and waiting to be replaced )Field( exclude=True )
HttpUrl.build
will hide the port. UseAnyUrl.build
orAny*Url.build
BaseCustomSettings
(separate PR ♻️ Enhances BaseCustomSettings in settings_library #2750)system-test-swarm-deploy
and adds forsystem-test-public-api
jobsRelated issue/s
ITISFoundation-issues#428
How to test
Checklist