-
Notifications
You must be signed in to change notification settings - Fork 0
Bump pydantic-core from 2.29.0 to 2.30.0 #87
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
Closed
Closed
Conversation
This file contains hidden or 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.29.0 to 2.30.0. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.29.0...v2.30.0) --- 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, March 3, 2025 9:43:02 PM
To: vasudev-gm/magika_demo ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [vasudev-gm/magika_demo] Bump pydantic-core from 2.29.0 to 2.30.0 (PR #87)
Bumps pydantic-core<https://github.com/pydantic/pydantic-core> from 2.29.0 to 2.30.0.
Release notes
Sourced from pydantic-core's releases<https://github.com/pydantic/pydantic-core/releases>.
v2.30.0 2025-02-25
What's Changed
* Use core schema fns to initalize SchemaValidators in the test suite. by @mikeedjones<https://github.com/mikeedjones> in pydantic/pydantic-core#1631<https://redirect.github.com/pydantic/pydantic-core/pull/1631>
* Bump url from 2.5.2 to 2.5.4 by @dependabot<https://github.com/dependabot> in pydantic/pydantic-core#1585<https://redirect.github.com/pydantic/pydantic-core/pull/1585>
* Fix enum strict JSON validation when validators are present by @Viicos<https://github.com/Viicos> in pydantic/pydantic-core#1632<https://redirect.github.com/pydantic/pydantic-core/pull/1632>
* Add support for validating v7 UUIDs by @astei<https://github.com/astei> in pydantic/pydantic-core#1634<https://redirect.github.com/pydantic/pydantic-core/pull/1634>
* Refactor LookupKey logic to reduce redundancy by @davidhewitt<https://github.com/davidhewitt> in pydantic/pydantic-core#1635<https://redirect.github.com/pydantic/pydantic-core/pull/1635>
* Add support for UUIDv6 and UUIDv8 validation by @astei<https://github.com/astei> in pydantic/pydantic-core#1636<https://redirect.github.com/pydantic/pydantic-core/pull/1636>
* Remove unneeded Option map in PyMultiHostUrl.build by @Viicos<https://github.com/Viicos> in pydantic/pydantic-core#1643<https://redirect.github.com/pydantic/pydantic-core/pull/1643>
* Add API documentation for ErrorDetails.url by @Viicos<https://github.com/Viicos> in pydantic/pydantic-core#1642<https://redirect.github.com/pydantic/pydantic-core/pull/1642>
* Fix typo in InitErrorDetails.type documentation by @sobolevn<https://github.com/sobolevn> in pydantic/pydantic-core#1645<https://redirect.github.com/pydantic/pydantic-core/pull/1645>
* bump to PyO3 0.23.5, support PyPy 3.11 by @davidhewitt<https://github.com/davidhewitt> in pydantic/pydantic-core#1646<https://redirect.github.com/pydantic/pydantic-core/pull/1646>
* Fix strict behavior for unions by @sydney-runkle<https://github.com/sydney-runkle> in pydantic/pydantic-core#1638<https://redirect.github.com/pydantic/pydantic-core/pull/1638>
* Update python3-dll-a for PyPy 3.11 by @davidhewitt<https://github.com/davidhewitt> in pydantic/pydantic-core#1647<https://redirect.github.com/pydantic/pydantic-core/pull/1647>
* Improving the alias configuration API for validation and serialization by @sydney-runkle<https://github.com/sydney-runkle> in pydantic/pydantic-core#1640<https://redirect.github.com/pydantic/pydantic-core/pull/1640>
New Contributors
* @astei<https://github.com/astei> made their first contribution in pydantic/pydantic-core#1634<https://redirect.github.com/pydantic/pydantic-core/pull/1634>
* @sobolevn<https://github.com/sobolevn> made their first contribution in pydantic/pydantic-core#1645<https://redirect.github.com/pydantic/pydantic-core/pull/1645>
Full Changelog: ***@***.***<pydantic/pydantic-core@v2.29.0...v2.30.0>
Commits
* 9975030<pydantic/pydantic-core@9975030> Bump version to v2.30.0 (#1648<https://redirect.github.com/pydantic/pydantic-core/issues/1648>)
* 8c59fa2<pydantic/pydantic-core@8c59fa2> Improving the alias configuration API for validation and serialization (#1640<https://redirect.github.com/pydantic/pydantic-core/issues/1640>)
* 7dc19c3<pydantic/pydantic-core@7dc19c3> update python3-dll-a for PyPy 3.11 (#1647<https://redirect.github.com/pydantic/pydantic-core/issues/1647>)
* c40a138<pydantic/pydantic-core@c40a138> Fix strict behavior for unions (#1638<https://redirect.github.com/pydantic/pydantic-core/issues/1638>)
* 21eef8d<pydantic/pydantic-core@21eef8d> bump to PyO3 0.23.5, support PyPy 3.11 (#1646<https://redirect.github.com/pydantic/pydantic-core/issues/1646>)
* bd0bde2<pydantic/pydantic-core@bd0bde2> Fix typo in InitErrorDetails.type documentation (#1645<https://redirect.github.com/pydantic/pydantic-core/issues/1645>)
* 6a31b3b<pydantic/pydantic-core@6a31b3b> Add API documentation for ErrorDetails.url (#1642<https://redirect.github.com/pydantic/pydantic-core/issues/1642>)
* 248bd8b<pydantic/pydantic-core@248bd8b> Remove unneeded Option map in PyMultiHostUrl.build (#1643<https://redirect.github.com/pydantic/pydantic-core/issues/1643>)
* 68b678d<pydantic/pydantic-core@68b678d> pin nightly for wasm build (#1644<https://redirect.github.com/pydantic/pydantic-core/issues/1644>)
* a0e60bd<pydantic/pydantic-core@a0e60bd> Add support for UUIDv6 and UUIDv8 validation (#1636<https://redirect.github.com/pydantic/pydantic-core/issues/1636>)
* Additional commits viewable in compare view<pydantic/pydantic-core@v2.29.0...v2.30.0>
[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:
#87
Commit Summary
* e737cc4<e737cc4> Bump pydantic-core from 2.29.0 to 2.30.0
File Changes
(1 file<https://github.com/vasudev-gm/magika_demo/pull/87/files>)
* M requirements.txt<https://github.com/vasudev-gm/magika_demo/pull/87/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552> (2)
Patch Links:
* https://github.com/vasudev-gm/magika_demo/pull/87.patch
* https://github.com/vasudev-gm/magika_demo/pull/87.diff
—
Reply to this email directly, view it on GitHub<#87>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANCXKEZELOIQGTLMPVKPPJL2SR5Q5AVCNFSM6AAAAABYHMU25GVHI2DSMVQWIX3LMV43ASLTON2WKOZSHA4TCNRYGAZDMMY>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
… ________________________________
From: dependabot[bot] ***@***.***>
Sent: Friday, March 7, 2025 11:09:55 AM
To: vasudev-gm/magika_demo ***@***.***>
Cc: Vasudev ***@***.***>; Mention ***@***.***>
Subject: [vasudev-gm/magika_demo] Bump pydantic-core from 2.29.0 to 2.30.0 (PR #87)
Bumps pydantic-core<https://github.com/pydantic/pydantic-core> from 2.29.0 to 2.30.0.
Release notes
Sourced from pydantic-core's releases<https://github.com/pydantic/pydantic-core/releases>.
v2.30.0 2025-02-25
What's Changed
* Use core schema fns to initalize SchemaValidators in the test suite. by @mikeedjones<https://github.com/mikeedjones> in pydantic/pydantic-core#1631<https://redirect.github.com/pydantic/pydantic-core/pull/1631>
* Bump url from 2.5.2 to 2.5.4 by @dependabot<https://github.com/dependabot> in pydantic/pydantic-core#1585<https://redirect.github.com/pydantic/pydantic-core/pull/1585>
* Fix enum strict JSON validation when validators are present by @Viicos<https://github.com/Viicos> in pydantic/pydantic-core#1632<https://redirect.github.com/pydantic/pydantic-core/pull/1632>
* Add support for validating v7 UUIDs by @astei<https://github.com/astei> in pydantic/pydantic-core#1634<https://redirect.github.com/pydantic/pydantic-core/pull/1634>
* Refactor LookupKey logic to reduce redundancy by @davidhewitt<https://github.com/davidhewitt> in pydantic/pydantic-core#1635<https://redirect.github.com/pydantic/pydantic-core/pull/1635>
* Add support for UUIDv6 and UUIDv8 validation by @astei<https://github.com/astei> in pydantic/pydantic-core#1636<https://redirect.github.com/pydantic/pydantic-core/pull/1636>
* Remove unneeded Option map in PyMultiHostUrl.build by @Viicos<https://github.com/Viicos> in pydantic/pydantic-core#1643<https://redirect.github.com/pydantic/pydantic-core/pull/1643>
* Add API documentation for ErrorDetails.url by @Viicos<https://github.com/Viicos> in pydantic/pydantic-core#1642<https://redirect.github.com/pydantic/pydantic-core/pull/1642>
* Fix typo in InitErrorDetails.type documentation by @sobolevn<https://github.com/sobolevn> in pydantic/pydantic-core#1645<https://redirect.github.com/pydantic/pydantic-core/pull/1645>
* bump to PyO3 0.23.5, support PyPy 3.11 by @davidhewitt<https://github.com/davidhewitt> in pydantic/pydantic-core#1646<https://redirect.github.com/pydantic/pydantic-core/pull/1646>
* Fix strict behavior for unions by @sydney-runkle<https://github.com/sydney-runkle> in pydantic/pydantic-core#1638<https://redirect.github.com/pydantic/pydantic-core/pull/1638>
* Update python3-dll-a for PyPy 3.11 by @davidhewitt<https://github.com/davidhewitt> in pydantic/pydantic-core#1647<https://redirect.github.com/pydantic/pydantic-core/pull/1647>
* Improving the alias configuration API for validation and serialization by @sydney-runkle<https://github.com/sydney-runkle> in pydantic/pydantic-core#1640<https://redirect.github.com/pydantic/pydantic-core/pull/1640>
New Contributors
* @astei<https://github.com/astei> made their first contribution in pydantic/pydantic-core#1634<https://redirect.github.com/pydantic/pydantic-core/pull/1634>
* @sobolevn<https://github.com/sobolevn> made their first contribution in pydantic/pydantic-core#1645<https://redirect.github.com/pydantic/pydantic-core/pull/1645>
Full Changelog: ***@***.***<pydantic/pydantic-core@v2.29.0...v2.30.0>
Commits
* 9975030<pydantic/pydantic-core@9975030> Bump version to v2.30.0 (#1648<https://redirect.github.com/pydantic/pydantic-core/issues/1648>)
* 8c59fa2<pydantic/pydantic-core@8c59fa2> Improving the alias configuration API for validation and serialization (#1640<https://redirect.github.com/pydantic/pydantic-core/issues/1640>)
* 7dc19c3<pydantic/pydantic-core@7dc19c3> update python3-dll-a for PyPy 3.11 (#1647<https://redirect.github.com/pydantic/pydantic-core/issues/1647>)
* c40a138<pydantic/pydantic-core@c40a138> Fix strict behavior for unions (#1638<https://redirect.github.com/pydantic/pydantic-core/issues/1638>)
* 21eef8d<pydantic/pydantic-core@21eef8d> bump to PyO3 0.23.5, support PyPy 3.11 (#1646<https://redirect.github.com/pydantic/pydantic-core/issues/1646>)
* bd0bde2<pydantic/pydantic-core@bd0bde2> Fix typo in InitErrorDetails.type documentation (#1645<https://redirect.github.com/pydantic/pydantic-core/issues/1645>)
* 6a31b3b<pydantic/pydantic-core@6a31b3b> Add API documentation for ErrorDetails.url (#1642<https://redirect.github.com/pydantic/pydantic-core/issues/1642>)
* 248bd8b<pydantic/pydantic-core@248bd8b> Remove unneeded Option map in PyMultiHostUrl.build (#1643<https://redirect.github.com/pydantic/pydantic-core/issues/1643>)
* 68b678d<pydantic/pydantic-core@68b678d> pin nightly for wasm build (#1644<https://redirect.github.com/pydantic/pydantic-core/issues/1644>)
* a0e60bd<pydantic/pydantic-core@a0e60bd> Add support for UUIDv6 and UUIDv8 validation (#1636<https://redirect.github.com/pydantic/pydantic-core/issues/1636>)
* Additional commits viewable in compare view<pydantic/pydantic-core@v2.29.0...v2.30.0>
[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:
#87
Commit Summary
* e737cc4<e737cc4> Bump pydantic-core from 2.29.0 to 2.30.0
File Changes
(1 file<https://github.com/vasudev-gm/magika_demo/pull/87/files>)
* M requirements.txt<https://github.com/vasudev-gm/magika_demo/pull/87/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552> (2)
Patch Links:
* https://github.com/vasudev-gm/magika_demo/pull/87.patch
* https://github.com/vasudev-gm/magika_demo/pull/87.diff
—
Reply to this email directly, view it on GitHub<#87>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANCXKEZVX2KSRILEO4SD7J32TEWKXAVCNFSM6AAAAABYHMU25GVHI2DSMVQWIX3LMV43ASLTON2WKOZSHA4TCNRYGAZDMMY>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Superseded by #91. |
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.
Bumps pydantic-core from 2.29.0 to 2.30.0.
Release notes
Sourced from pydantic-core's releases.
Commits
9975030
Bump version to v2.30.0 (#1648)8c59fa2
Improving the alias configuration API for validation and serialization (#1640)7dc19c3
update python3-dll-a for PyPy 3.11 (#1647)c40a138
Fix strict behavior for unions (#1638)21eef8d
bump to PyO3 0.23.5, support PyPy 3.11 (#1646)bd0bde2
Fix typo inInitErrorDetails.type
documentation (#1645)6a31b3b
Add API documentation forErrorDetails.url
(#1642)248bd8b
Remove unneededOption
map inPyMultiHostUrl.build
(#1643)68b678d
pin nightly for wasm build (#1644)a0e60bd
Add support for UUIDv6 and UUIDv8 validation (#1636)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)