-
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.18.2 to 2.18.4 #9
Closed
Closed
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.18.2 to 2.18.4. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.18.2...v2.18.4) --- updated-dependencies: - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Jun 10, 2024
@dependabot rebase
…________________________________
From: dependabot[bot] ***@***.***>
Sent: Monday, June 10, 2024 9:19 PM
To: vasudev-gm/magika_demo ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [vasudev-gm/magika_demo] Bump pydantic-core from 2.18.2 to 2.18.4 (PR #9)
Bumps pydantic-core<https://github.com/pydantic/pydantic-core> from 2.18.2 to 2.18.4.
Release notes
Sourced from pydantic-core's releases<https://github.com/pydantic/pydantic-core/releases>.
v2.18.4 2024-06-03
What's Changed
Packaging
* Bump uuid from 1.7.0 to 1.8.0 by @dependabot<https://github.com/dependabot> in pydantic/pydantic-core#1311<https://redirect.github.com/pydantic/pydantic-core/pull/1311>
* Bump serde from 1.0.197 to 1.0.203 by @dependabot<https://github.com/dependabot> in pydantic/pydantic-core#1310<https://redirect.github.com/pydantic/pydantic-core/pull/1310>
* Bump the python-packages group with 6 updates by @dependabot<https://github.com/dependabot> in pydantic/pydantic-core#1312<https://redirect.github.com/pydantic/pydantic-core/pull/1312>
* Uprev jiter to v0.4.1 by @sydney-runkle<https://github.com/sydney-runkle> in pydantic/pydantic-core#1306<https://redirect.github.com/pydantic/pydantic-core/pull/1306>
Fixes
* Fix context type hints by @OhioDschungel6<https://github.com/OhioDschungel6> in pydantic/pydantic-core#1303<https://redirect.github.com/pydantic/pydantic-core/pull/1303>
New Contributors
* @OhioDschungel6<https://github.com/OhioDschungel6> made their first contribution in pydantic/pydantic-core#1303<https://redirect.github.com/pydantic/pydantic-core/pull/1303>
Full Changelog: ***@***.***<pydantic/pydantic-core@v2.18.3...v2.18.4>
v2.18.3 2024-05-28
What's Changed
Packaging
* Bump serde_json from 1.0.114 to 1.0.116 by @dependabot<https://github.com/dependabot> in pydantic/pydantic-core#1281<https://redirect.github.com/pydantic/pydantic-core/pull/1281>
* Bump the python-packages group with 7 updates by @dependabot<https://github.com/dependabot> in pydantic/pydantic-core#1280<https://redirect.github.com/pydantic/pydantic-core/pull/1280>
* Bump regex from 1.10.3 to 1.10.4 by @dependabot<https://github.com/dependabot> in pydantic/pydantic-core#1282<https://redirect.github.com/pydantic/pydantic-core/pull/1282>
* Bump pyo3 from 0.21.1 to 0.21.2 by @dependabot<https://github.com/dependabot> in pydantic/pydantic-core#1283<https://redirect.github.com/pydantic/pydantic-core/pull/1283>
* Bump uraimo/run-on-arch-action from 2.7.1 to 2.7.2 by @dependabot<https://github.com/dependabot> in pydantic/pydantic-core#1284<https://redirect.github.com/pydantic/pydantic-core/pull/1284>
Fixes
* CI: lint fixes for rust 1.78 by @davidhewitt<https://github.com/davidhewitt> in pydantic/pydantic-core#1289<https://redirect.github.com/pydantic/pydantic-core/pull/1289>
* Fix validation of ints with leading unary minus by @RajatRajdeep<https://github.com/RajatRajdeep> in pydantic/pydantic-core#1291<https://redirect.github.com/pydantic/pydantic-core/pull/1291>
* Defer to PyO3 i64 extraction to avoid implicit integer casts by @davidhewitt<https://github.com/davidhewitt> in pydantic/pydantic-core#1288<https://redirect.github.com/pydantic/pydantic-core/pull/1288>
* Fix: keyword only non default argument by @JeanArhancet<https://github.com/JeanArhancet> in pydantic/pydantic-core#1290<https://redirect.github.com/pydantic/pydantic-core/pull/1290>
* Fix str subclass validation for enums by @sydney-runkle<https://github.com/sydney-runkle> in pydantic/pydantic-core#1273<https://redirect.github.com/pydantic/pydantic-core/pull/1273>
* Support BigInts in Literals and Enums by @samuelcolvin<https://github.com/samuelcolvin> in pydantic/pydantic-core#1297<https://redirect.github.com/pydantic/pydantic-core/pull/1297>
* Fix: uuid - allow str subclass as input by @davidhewitt<https://github.com/davidhewitt> in pydantic/pydantic-core#1296<https://redirect.github.com/pydantic/pydantic-core/pull/1296>
* Fix case of checking truthiness of NotImplemented by @davidhewitt<https://github.com/davidhewitt> in pydantic/pydantic-core#1298<https://redirect.github.com/pydantic/pydantic-core/pull/1298>
* Fix generate_self_schema for Python 3.12+ by @JelleZijlstra<https://github.com/JelleZijlstra> in pydantic/pydantic-core#1299<https://redirect.github.com/pydantic/pydantic-core/pull/1299>
New Contributors
* @RajatRajdeep<https://github.com/RajatRajdeep> made their first contribution in pydantic/pydantic-core#1291<https://redirect.github.com/pydantic/pydantic-core/pull/1291>
* @JelleZijlstra<https://github.com/JelleZijlstra> made their first contribution in pydantic/pydantic-core#1299<https://redirect.github.com/pydantic/pydantic-core/pull/1299>
Full Changelog: ***@***.***<pydantic/pydantic-core@v2.18.2...v2.18.3>
Commits
* 77f2b69<pydantic/pydantic-core@77f2b69> Ugh, another typing-extensions fix (#1314<https://redirect.github.com/pydantic/pydantic-core/issues/1314>)
* 51ac71a<pydantic/pydantic-core@51ac71a> Attempt fix - release build failed, need to install typing-extensions from ...
* 37ad925<pydantic/pydantic-core@37ad925> Uprev jiter to v0.4.1 and pydantic-core to v2.18.4 (#1306<https://redirect.github.com/pydantic/pydantic-core/issues/1306>)
* 81e3bd3<pydantic/pydantic-core@81e3bd3> Bump the python-packages group with 6 updates (#1312<https://redirect.github.com/pydantic/pydantic-core/issues/1312>)
* 2a5f464<pydantic/pydantic-core@2a5f464> Bump serde from 1.0.197 to 1.0.203 (#1310<https://redirect.github.com/pydantic/pydantic-core/issues/1310>)
* 87438f9<pydantic/pydantic-core@87438f9> Bump uuid from 1.7.0 to 1.8.0 (#1311<https://redirect.github.com/pydantic/pydantic-core/issues/1311>)
* 0c7c2e5<pydantic/pydantic-core@0c7c2e5> Fix context type hints (#1303<https://redirect.github.com/pydantic/pydantic-core/issues/1303>)
* fd26293<pydantic/pydantic-core@fd26293> tests: use zoneinfo instead of pytz (#1304<https://redirect.github.com/pydantic/pydantic-core/issues/1304>)
* 5228721<pydantic/pydantic-core@5228721> Prep for 2.18.3 Release (#1301<https://redirect.github.com/pydantic/pydantic-core/issues/1301>)
* a762041<pydantic/pydantic-core@a762041> Fix generate_self_schema for Python 3.12+ (#1299<https://redirect.github.com/pydantic/pydantic-core/issues/1299>)
* Additional commits viewable in compare view<pydantic/pydantic-core@v2.18.2...v2.18.4>
[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:
#9
Commit Summary
* 6f5ff20<6f5ff20> Bump pydantic-core from 2.18.2 to 2.18.4
File Changes
(1 file<https://github.com/vasudev-gm/magika_demo/pull/9/files>)
* M requirements.txt<https://github.com/vasudev-gm/magika_demo/pull/9/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552> (2)
Patch Links:
* https://github.com/vasudev-gm/magika_demo/pull/9.patch
* https://github.com/vasudev-gm/magika_demo/pull/9.diff
—
Reply to this email directly, view it on GitHub<#9>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANCXKE56YF2LVTZJIDHVWHTZGXDJJAVCNFSM6AAAAABJCSWIJCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM2DIMRWGIZTEMQ>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
Looks like pydantic-core is up-to-date now, so this is no longer needed. |
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.18.2 to 2.18.4.
Release notes
Sourced from pydantic-core's releases.
Commits
77f2b69
Ugh, anothertyping-extensions
fix (#1314)51ac71a
Attempt fix - release build failed, need to installtyping-extensions
from ...37ad925
Uprevjiter
to v0.4.1 andpydantic-core
to v2.18.4 (#1306)81e3bd3
Bump the python-packages group with 6 updates (#1312)2a5f464
Bump serde from 1.0.197 to 1.0.203 (#1310)87438f9
Bump uuid from 1.7.0 to 1.8.0 (#1311)0c7c2e5
Fix context type hints (#1303)fd26293
tests: use zoneinfo instead of pytz (#1304)5228721
Prep for 2.18.3 Release (#1301)a762041
Fix generate_self_schema for Python 3.12+ (#1299)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)