-
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
⬆️Migration: Storage #6599
⬆️Migration: Storage #6599
Conversation
1e1eabf
to
907d51f
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## pydantic_v2_migration_do_not_squash_updates #6599 +/- ##
=============================================================================
+ Coverage 80.9% 82.7% +1.7%
=============================================================================
Files 289 301 +12
Lines 10605 12212 +1607
Branches 346 164 -182
=============================================================================
+ Hits 8584 10102 +1518
- Misses 1975 2084 +109
+ Partials 46 26 -20
Flags with carried forward coverage won't be shown. Click here to find out more.
|
907d51f
to
6b4789c
Compare
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.
💯
Quality Gate passedIssues Measures |
@@ -149,7 +153,7 @@ class FileMetaDataGet(BaseModel): | |||
) | |||
|
|||
model_config = ConfigDict( | |||
extra="forbid", | |||
extra="ignore", |
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.
Intentional?
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.
he is ignoring it ;-b
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.
@giancarloromeo yes. that is what I wrote to you in the chat yesterday.
@@ -149,7 +153,7 @@ class FileMetaDataGet(BaseModel): | |||
) | |||
|
|||
model_config = ConfigDict( | |||
extra="forbid", | |||
extra="ignore", |
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.
he is ignoring it ;-b
7410516
into
ITISFoundation:pydantic_v2_migration_do_not_squash_updates
What do these changes do?
Url
typeAnyUrlLegacy
and replaced with standard pydantic v2 AnyUrl typeRelated issue/s
How to test
Dev-ops checklist