-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
⬆️ Update dependency pydantic to v2 #833
Conversation
79661ee
to
93e8029
Compare
b1c03b5
to
497ecfe
Compare
570bc7d
to
861f972
Compare
78c2abe
to
74a365a
Compare
fc5395f
to
0a106c6
Compare
378dce6
to
d5dbcda
Compare
65a4812
to
bd1066f
Compare
dab9aaa
to
754a0c0
Compare
754a0c0
to
1817957
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
Kudos, SonarCloud Quality Gate passed!
|
Codecov Report
@@ Coverage Diff @@
## main #833 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 4
Lines 241 242 +1
Branches 37 37
=========================================
+ Hits 241 242 +1
|
This PR contains the following updates:
^1.8.0
->^2.0.0
Release Notes
pydantic/pydantic (pydantic)
v2.0.3
Compare Source
Field.alias
behavior in Pydantic V2 by @hramezani in https://github.com/pydantic/pydantic/pull/6508alias_priority
by @tpdorsey in https://github.com/pydantic/pydantic/pull/6520pydantic-core
to v2.2.0 by @lig in https://github.com/pydantic/pydantic/pull/6589enum
error type docs by @lig in https://github.com/pydantic/pydantic/pull/6603max_length
for unicode strings by @lig in https://github.com/pydantic/pydantic/pull/6559pydantic.v1
by @tpdorsey in https://github.com/pydantic/pydantic/pull/6604$ref
as an alias by @dmontagu in https://github.com/pydantic/pydantic/pull/6568AnyUrl
etc by @davidhewitt in https://github.com/pydantic/pydantic/pull/6618json_schema_extra
onRootModel
usingField
by @lig in https://github.com/pydantic/pydantic/pull/6622transform
docstring by @StefanBRas in https://github.com/pydantic/pydantic/pull/6649v2.0.2
Compare Source
RootModel
would change the value of__dict__
, #6457 by @dmontaguconstr
documentation, renamed oldregex
to newpattern
, #6452 by @miiliGenerateJsonSchema.generate_definitions
signature, #6436 by @dmontaguSee the full changelog here
v2.0.1
Compare Source
First patch release of Pydantic V2
setattr
(i.e.m.some_extra_field = 'extra_value'
)are added to
.model_extra
ifmodel_config
extra='allowed'
. Fixed #6333, #6365 by @aaraneySee the full changelog here
v2.0
Compare Source
Field.alias
behavior in Pydantic V2 by @hramezani in https://github.com/pydantic/pydantic/pull/6508alias_priority
by @tpdorsey in https://github.com/pydantic/pydantic/pull/6520pydantic-core
to v2.2.0 by @lig in https://github.com/pydantic/pydantic/pull/6589enum
error type docs by @lig in https://github.com/pydantic/pydantic/pull/6603max_length
for unicode strings by @lig in https://github.com/pydantic/pydantic/pull/6559pydantic.v1
by @tpdorsey in https://github.com/pydantic/pydantic/pull/6604$ref
as an alias by @dmontagu in https://github.com/pydantic/pydantic/pull/6568AnyUrl
etc by @davidhewitt in https://github.com/pydantic/pydantic/pull/6618json_schema_extra
onRootModel
usingField
by @lig in https://github.com/pydantic/pydantic/pull/6622transform
docstring by @StefanBRas in https://github.com/pydantic/pydantic/pull/6649Configuration
📅 Schedule: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.