-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump pydantic-core from 2.20.1 to 2.27.1 #65
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.20.1 to 2.27.1. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.20.1...v2.27.1) --- updated-dependencies: - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
@dependabot merge
…________________________________
From: dependabot[bot] ***@***.***>
Sent: Monday, December 9, 2024 9:44:18 PM
To: vasudev-gm/magika_demo ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [vasudev-gm/magika_demo] Bump pydantic-core from 2.20.1 to 2.27.1 (PR #65)
Bumps pydantic-core<https://github.com/pydantic/pydantic-core> from 2.20.1 to 2.27.1.
Release notes
Sourced from pydantic-core's releases<https://github.com/pydantic/pydantic-core/releases>.
v2.27.1 2024-11-21
What's Changed
* Simplify shared union serializer logic by @sydney-runkle<https://github.com/sydney-runkle> in pydantic/pydantic-core#1538<https://redirect.github.com/pydantic/pydantic-core/pull/1538>
* Tidy up some uses of Bound<'_, PyString>::to_str by @davidhewitt<https://github.com/davidhewitt> in pydantic/pydantic-core#1544<https://redirect.github.com/pydantic/pydantic-core/pull/1544>
* Fix serialization inference for complex types in python by @sydney-runkle<https://github.com/sydney-runkle> in pydantic/pydantic-core#1549<https://redirect.github.com/pydantic/pydantic-core/pull/1549>
* Bump to PyO3 v0.22.6 by @davidhewitt<https://github.com/davidhewitt> in pydantic/pydantic-core#1550<https://redirect.github.com/pydantic/pydantic-core/pull/1550>
* Fix performance regression for JSON tagged union by @davidhewitt<https://github.com/davidhewitt> in pydantic/pydantic-core#1552<https://redirect.github.com/pydantic/pydantic-core/pull/1552>
Full Changelog: ***@***.***<pydantic/pydantic-core@v2.27.0...v2.27.1>
v2.27.0 2024-11-12
What's Changed
* Remove Url and MultiHostUrl docstrings, we moved them to pydantic by @sydney-runkle<https://github.com/sydney-runkle> in pydantic/pydantic-core#1531<https://redirect.github.com/pydantic/pydantic-core/pull/1531>
* Fix panic in validate_assignment when field has gone missing by @davidhewitt<https://github.com/davidhewitt> in pydantic/pydantic-core#1532<https://redirect.github.com/pydantic/pydantic-core/pull/1532>
* Fix for Union serializer: do not raise warnings in nested unions by @lukapeschke<https://github.com/lukapeschke> in pydantic/pydantic-core#1513<https://redirect.github.com/pydantic/pydantic-core/pull/1513>
* Fix _IncEx type alias to be compatible with mypy by @Viicos<https://github.com/Viicos> in pydantic/pydantic-core#1537<https://redirect.github.com/pydantic/pydantic-core/pull/1537>
* More union serialization tidying by @sydney-runkle<https://github.com/sydney-runkle> in pydantic/pydantic-core#1536<https://redirect.github.com/pydantic/pydantic-core/pull/1536>
* Fix wrap serializer breaking union serialization in presence of extra fields by @davidhewitt<https://github.com/davidhewitt> in pydantic/pydantic-core#1530<https://redirect.github.com/pydantic/pydantic-core/pull/1530>
* Support trailing-strings with allow_partial by @samuelcolvin<https://github.com/samuelcolvin> in pydantic/pydantic-core#1539<https://redirect.github.com/pydantic/pydantic-core/pull/1539>
New Contributors
* @lukapeschke<https://github.com/lukapeschke> made their first contribution in pydantic/pydantic-core#1513<https://redirect.github.com/pydantic/pydantic-core/pull/1513>
Full Changelog: ***@***.***<pydantic/pydantic-core@v2.26.0...v2.27.0>
v2.26.0 2024-11-04
What's Changed
Fixes
* Revert changes to url schemas that support cls, the 2x validation isn't worth it (and is breaking) by @sydney-runkle<https://github.com/sydney-runkle> in pydantic/pydantic-core#1514<https://redirect.github.com/pydantic/pydantic-core/pull/1514>
* Fix when coerce_numbers_to_str enabled and string has invalid unicode character by @andrey-berenda<https://github.com/andrey-berenda> in pydantic/pydantic-core#1515<https://redirect.github.com/pydantic/pydantic-core/pull/1515>
* Fix serializing complex values in enums by @changhc<https://github.com/changhc> in pydantic/pydantic-core#1524<https://redirect.github.com/pydantic/pydantic-core/pull/1524>
Packaging
* Bump serde from 1.0.213 to 1.0.214 by @dependabot<https://github.com/dependabot> in pydantic/pydantic-core#1519<https://redirect.github.com/pydantic/pydantic-core/pull/1519>
* Bump regex from 1.11.0 to 1.11.1 by @dependabot<https://github.com/dependabot> in pydantic/pydantic-core#1520<https://redirect.github.com/pydantic/pydantic-core/pull/1520>
* Bump jiter from 0.6.1 to 0.7.0 by @dependabot<https://github.com/dependabot> in pydantic/pydantic-core#1521<https://redirect.github.com/pydantic/pydantic-core/pull/1521>
* bump speedate to 0.15 by @davidhewitt<https://github.com/davidhewitt> in pydantic/pydantic-core#1526<https://redirect.github.com/pydantic/pydantic-core/pull/1526>
New Features
* Add allow_partial by @samuelcolvin<https://github.com/samuelcolvin> in pydantic/pydantic-core#1512<https://redirect.github.com/pydantic/pydantic-core/pull/1512>
New Contributors
* @andrey-berenda<https://github.com/andrey-berenda> made their first contribution in pydantic/pydantic-core#1515<https://redirect.github.com/pydantic/pydantic-core/pull/1515>
Full Changelog: ***@***.***<pydantic/pydantic-core@v2.25.1...v2.26.0>
v2.25.1 2024-10-30
What's Changed
... (truncated)
Commits
* 83ff1cf<pydantic/pydantic-core@83ff1cf> Version bump -> v2.27.1 (#1553<https://redirect.github.com/pydantic/pydantic-core/issues/1553>)
* e4de8a6<pydantic/pydantic-core@e4de8a6> Fix performance regression for JSON tagged union (#1552<https://redirect.github.com/pydantic/pydantic-core/issues/1552>)
* 4477692<pydantic/pydantic-core@4477692> bump to PyO3 0.22.6 (#1550<https://redirect.github.com/pydantic/pydantic-core/issues/1550>)
* afd23ee<pydantic/pydantic-core@afd23ee> Fix serialization inference for complex types in python (#1549<https://redirect.github.com/pydantic/pydantic-core/issues/1549>)
* 1e5e899<pydantic/pydantic-core@1e5e899> Use uv in Makefile and CI (#1546<https://redirect.github.com/pydantic/pydantic-core/issues/1546>)
* c9d01c3<pydantic/pydantic-core@c9d01c3> Use uv for pydantic install (#1545<https://redirect.github.com/pydantic/pydantic-core/issues/1545>)
* 30f6f55<pydantic/pydantic-core@30f6f55> tidy up some uses of Bound\<'_, PyString>::to_str (#1544<https://redirect.github.com/pydantic/pydantic-core/issues/1544>)
* 6472887<pydantic/pydantic-core@6472887> WIP: Simplify shared union serializer logic (#1538<https://redirect.github.com/pydantic/pydantic-core/issues/1538>)
* 061711f<pydantic/pydantic-core@061711f> Prep for v2.27.0 release (#1541<https://redirect.github.com/pydantic/pydantic-core/issues/1541>)
* be03c66<pydantic/pydantic-core@be03c66> support trailing-strings with allow_partial (#1539<https://redirect.github.com/pydantic/pydantic-core/issues/1539>)
* Additional commits viewable in compare view<pydantic/pydantic-core@v2.20.1...v2.27.1>
[Dependabot compatibility score]<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
________________________________
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
* @dependabot rebase will rebase this PR
* @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
* @dependabot merge will merge this PR after your CI passes on it
* @dependabot squash and merge will squash and merge this PR after your CI passes on it
* @dependabot cancel merge will cancel a previously requested merge and block automerging
* @dependabot reopen will reopen this PR if it is closed
* @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
* @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
* @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
* @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
* @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
________________________________
You can view, comment on, or merge this pull request online at:
#65
Commit Summary
* 5c10f02<5c10f02> Bump pydantic-core from 2.20.1 to 2.27.1
File Changes
(1 file<https://github.com/vasudev-gm/magika_demo/pull/65/files>)
* M requirements.txt<https://github.com/vasudev-gm/magika_demo/pull/65/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552> (2)
Patch Links:
* https://github.com/vasudev-gm/magika_demo/pull/65.patch
* https://github.com/vasudev-gm/magika_demo/pull/65.diff
—
Reply to this email directly, view it on GitHub<#65>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANCXKE5IL7X3I5M3TRJYJNT2EW6VVAVCNFSM6AAAAABTJF6W6OVHI2DSMVQWIX3LMV43ASLTON2WKOZSG4ZDONJYGU4DONI>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
@dependabot merge
…________________________________
From: dependabot[bot] ***@***.***>
Sent: Monday, December 9, 2024 10:37:33 PM
To: vasudev-gm/magika_demo ***@***.***>
Cc: Vasudev ***@***.***>; Mention ***@***.***>
Subject: [vasudev-gm/magika_demo] Bump pydantic-core from 2.20.1 to 2.27.1 (PR #65)
Bumps pydantic-core<https://github.com/pydantic/pydantic-core> from 2.20.1 to 2.27.1.
Release notes
Sourced from pydantic-core's releases<https://github.com/pydantic/pydantic-core/releases>.
v2.27.1 2024-11-21
What's Changed
* Simplify shared union serializer logic by @sydney-runkle<https://github.com/sydney-runkle> in pydantic/pydantic-core#1538<https://redirect.github.com/pydantic/pydantic-core/pull/1538>
* Tidy up some uses of Bound<'_, PyString>::to_str by @davidhewitt<https://github.com/davidhewitt> in pydantic/pydantic-core#1544<https://redirect.github.com/pydantic/pydantic-core/pull/1544>
* Fix serialization inference for complex types in python by @sydney-runkle<https://github.com/sydney-runkle> in pydantic/pydantic-core#1549<https://redirect.github.com/pydantic/pydantic-core/pull/1549>
* Bump to PyO3 v0.22.6 by @davidhewitt<https://github.com/davidhewitt> in pydantic/pydantic-core#1550<https://redirect.github.com/pydantic/pydantic-core/pull/1550>
* Fix performance regression for JSON tagged union by @davidhewitt<https://github.com/davidhewitt> in pydantic/pydantic-core#1552<https://redirect.github.com/pydantic/pydantic-core/pull/1552>
Full Changelog: ***@***.***<pydantic/pydantic-core@v2.27.0...v2.27.1>
v2.27.0 2024-11-12
What's Changed
* Remove Url and MultiHostUrl docstrings, we moved them to pydantic by @sydney-runkle<https://github.com/sydney-runkle> in pydantic/pydantic-core#1531<https://redirect.github.com/pydantic/pydantic-core/pull/1531>
* Fix panic in validate_assignment when field has gone missing by @davidhewitt<https://github.com/davidhewitt> in pydantic/pydantic-core#1532<https://redirect.github.com/pydantic/pydantic-core/pull/1532>
* Fix for Union serializer: do not raise warnings in nested unions by @lukapeschke<https://github.com/lukapeschke> in pydantic/pydantic-core#1513<https://redirect.github.com/pydantic/pydantic-core/pull/1513>
* Fix _IncEx type alias to be compatible with mypy by @Viicos<https://github.com/Viicos> in pydantic/pydantic-core#1537<https://redirect.github.com/pydantic/pydantic-core/pull/1537>
* More union serialization tidying by @sydney-runkle<https://github.com/sydney-runkle> in pydantic/pydantic-core#1536<https://redirect.github.com/pydantic/pydantic-core/pull/1536>
* Fix wrap serializer breaking union serialization in presence of extra fields by @davidhewitt<https://github.com/davidhewitt> in pydantic/pydantic-core#1530<https://redirect.github.com/pydantic/pydantic-core/pull/1530>
* Support trailing-strings with allow_partial by @samuelcolvin<https://github.com/samuelcolvin> in pydantic/pydantic-core#1539<https://redirect.github.com/pydantic/pydantic-core/pull/1539>
New Contributors
* @lukapeschke<https://github.com/lukapeschke> made their first contribution in pydantic/pydantic-core#1513<https://redirect.github.com/pydantic/pydantic-core/pull/1513>
Full Changelog: ***@***.***<pydantic/pydantic-core@v2.26.0...v2.27.0>
v2.26.0 2024-11-04
What's Changed
Fixes
* Revert changes to url schemas that support cls, the 2x validation isn't worth it (and is breaking) by @sydney-runkle<https://github.com/sydney-runkle> in pydantic/pydantic-core#1514<https://redirect.github.com/pydantic/pydantic-core/pull/1514>
* Fix when coerce_numbers_to_str enabled and string has invalid unicode character by @andrey-berenda<https://github.com/andrey-berenda> in pydantic/pydantic-core#1515<https://redirect.github.com/pydantic/pydantic-core/pull/1515>
* Fix serializing complex values in enums by @changhc<https://github.com/changhc> in pydantic/pydantic-core#1524<https://redirect.github.com/pydantic/pydantic-core/pull/1524>
Packaging
* Bump serde from 1.0.213 to 1.0.214 by @dependabot<https://github.com/dependabot> in pydantic/pydantic-core#1519<https://redirect.github.com/pydantic/pydantic-core/pull/1519>
* Bump regex from 1.11.0 to 1.11.1 by @dependabot<https://github.com/dependabot> in pydantic/pydantic-core#1520<https://redirect.github.com/pydantic/pydantic-core/pull/1520>
* Bump jiter from 0.6.1 to 0.7.0 by @dependabot<https://github.com/dependabot> in pydantic/pydantic-core#1521<https://redirect.github.com/pydantic/pydantic-core/pull/1521>
* bump speedate to 0.15 by @davidhewitt<https://github.com/davidhewitt> in pydantic/pydantic-core#1526<https://redirect.github.com/pydantic/pydantic-core/pull/1526>
New Features
* Add allow_partial by @samuelcolvin<https://github.com/samuelcolvin> in pydantic/pydantic-core#1512<https://redirect.github.com/pydantic/pydantic-core/pull/1512>
New Contributors
* @andrey-berenda<https://github.com/andrey-berenda> made their first contribution in pydantic/pydantic-core#1515<https://redirect.github.com/pydantic/pydantic-core/pull/1515>
Full Changelog: ***@***.***<pydantic/pydantic-core@v2.25.1...v2.26.0>
v2.25.1 2024-10-30
What's Changed
... (truncated)
Commits
* 83ff1cf<pydantic/pydantic-core@83ff1cf> Version bump -> v2.27.1 (#1553<https://redirect.github.com/pydantic/pydantic-core/issues/1553>)
* e4de8a6<pydantic/pydantic-core@e4de8a6> Fix performance regression for JSON tagged union (#1552<https://redirect.github.com/pydantic/pydantic-core/issues/1552>)
* 4477692<pydantic/pydantic-core@4477692> bump to PyO3 0.22.6 (#1550<https://redirect.github.com/pydantic/pydantic-core/issues/1550>)
* afd23ee<pydantic/pydantic-core@afd23ee> Fix serialization inference for complex types in python (#1549<https://redirect.github.com/pydantic/pydantic-core/issues/1549>)
* 1e5e899<pydantic/pydantic-core@1e5e899> Use uv in Makefile and CI (#1546<https://redirect.github.com/pydantic/pydantic-core/issues/1546>)
* c9d01c3<pydantic/pydantic-core@c9d01c3> Use uv for pydantic install (#1545<https://redirect.github.com/pydantic/pydantic-core/issues/1545>)
* 30f6f55<pydantic/pydantic-core@30f6f55> tidy up some uses of Bound\<'_, PyString>::to_str (#1544<https://redirect.github.com/pydantic/pydantic-core/issues/1544>)
* 6472887<pydantic/pydantic-core@6472887> WIP: Simplify shared union serializer logic (#1538<https://redirect.github.com/pydantic/pydantic-core/issues/1538>)
* 061711f<pydantic/pydantic-core@061711f> Prep for v2.27.0 release (#1541<https://redirect.github.com/pydantic/pydantic-core/issues/1541>)
* be03c66<pydantic/pydantic-core@be03c66> support trailing-strings with allow_partial (#1539<https://redirect.github.com/pydantic/pydantic-core/issues/1539>)
* Additional commits viewable in compare view<pydantic/pydantic-core@v2.20.1...v2.27.1>
[Dependabot compatibility score]<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot will merge this PR once CI passes on it, as requested by @vasudev-gm<https://github.com/vasudev-gm>.
________________________________
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
* @dependabot rebase will rebase this PR
* @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
* @dependabot merge will merge this PR after your CI passes on it
* @dependabot squash and merge will squash and merge this PR after your CI passes on it
* @dependabot cancel merge will cancel a previously requested merge and block automerging
* @dependabot reopen will reopen this PR if it is closed
* @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
* @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
* @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
* @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
* @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
________________________________
You can view, comment on, or merge this pull request online at:
#65
Commit Summary
* 5c10f02<5c10f02> Bump pydantic-core from 2.20.1 to 2.27.1
File Changes
(1 file<https://github.com/vasudev-gm/magika_demo/pull/65/files>)
* M requirements.txt<https://github.com/vasudev-gm/magika_demo/pull/65/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552> (2)
Patch Links:
* https://github.com/vasudev-gm/magika_demo/pull/65.patch
* https://github.com/vasudev-gm/magika_demo/pull/65.diff
—
Reply to this email directly, view it on GitHub<#65>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANCXKEZISIWZRRD4FH6HSSL2EXE5LAVCNFSM6AAAAABTJF6W6OVHI2DSMVQWIX3LMV43ASLTON2WKOZSG4ZDONJYGU4DONI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps pydantic-core from 2.20.1 to 2.27.1.
Release notes
Sourced from pydantic-core's releases.
... (truncated)
Commits
83ff1cf
Version bump -> v2.27.1 (#1553)e4de8a6
Fix performance regression for JSON tagged union (#1552)4477692
bump to PyO3 0.22.6 (#1550)afd23ee
Fix serialization inference forcomplex
types inpython
(#1549)1e5e899
Useuv
inMakefile
and CI (#1546)c9d01c3
Useuv
forpydantic
install (#1545)30f6f55
tidy up some uses ofBound\<'_, PyString>::to_str
(#1544)6472887
WIP: Simplify shared union serializer logic (#1538)061711f
Prep for v2.27.0 release (#1541)be03c66
supporttrailing-strings
withallow_partial
(#1539)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot will merge this PR once CI passes on it, as requested by @vasudev-gm.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)