-
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 from 2.7.4 to 2.8.2 #63
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](https://github.com/pydantic/pydantic) from 2.7.4 to 2.8.2. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.7.4...v2.8.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot merge
…________________________________
From: dependabot[bot] ***@***.***>
Sent: Monday, July 8, 2024 6:32 PM
To: vasudev-gm/django_ninja_tutorial ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [vasudev-gm/django_ninja_tutorial] Bump pydantic from 2.7.4 to 2.8.2 (PR #63)
Bumps pydantic<https://github.com/pydantic/pydantic> from 2.7.4 to 2.8.2.
Release notes
Sourced from pydantic's releases<https://github.com/pydantic/pydantic/releases>.
v2.8.2 (2024-07-03)
What's Changed
Fixes
* Fix issue with assertion caused by pluggable schema validator by @dmontagu<https://github.com/dmontagu> in #9838<https://redirect.github.com/pydantic/pydantic/pull/9838>
Full Changelog: ***@***.***<pydantic/pydantic@v2.8.1...v2.8.2>
v2.8.1 (2024-07-03)
What's Changed
Packaging
* Bump ruff to v0.5.0 and pyright to v1.1.369 by @sydney-runkle<https://github.com/sydney-runkle> in #9801<https://redirect.github.com/pydantic/pydantic/pull/9801>
* Bump pydantic-core to v2.20.1, pydantic-extra-types to v2.9.0 by @sydney-runkle<https://github.com/sydney-runkle> in #9832<https://redirect.github.com/pydantic/pydantic/pull/9832>
Fixes
* Fix breaking change in to_snake from v2.7 -> v2.8 by @sydney-runkle<https://github.com/sydney-runkle> in #9812<https://redirect.github.com/pydantic/pydantic/pull/9812>
* Fix list constraint json schema application by @sydney-runkle<https://github.com/sydney-runkle> in #9818<https://redirect.github.com/pydantic/pydantic/pull/9818>
* Support time duration more than 23 by @nix010<https://github.com/nix010> in pydantic/speedate#64<https://redirect.github.com/pydantic/speedate/pull/64>
* Fix millisecond fraction being handled with the wrong scale by @davidhewitt<https://github.com/davidhewitt> in pydantic/speedate#65<https://redirect.github.com/pydantic/speedate/pull/65>
* Handle negative fractional durations correctly by @sydney-runkle<https://github.com/sydney-runkle> in pydantic/speedate#71<https://redirect.github.com/pydantic/speedate/pull/71>
New Contributors
* @kwint<https://github.com/kwint> made their first contribution in pydantic/pydantic#9787<https://redirect.github.com/pydantic/pydantic/pull/9787>
* @seekinginfiniteloop<https://github.com/seekinginfiniteloop> made their first contribution in pydantic/pydantic#9822<https://redirect.github.com/pydantic/pydantic/pull/9822>
Full Changelog: ***@***.***<pydantic/pydantic@v2.8.0...v2.8.1>
v2.8.0 (2024-07-01)
The code released in v2.8.0 is functionally identical to that of v2.8.0b1.
Check out our blog post<https://pydantic.dev/articles/pydantic-v2-8-release> to learn more about the release highlights!
What's Changed
Packaging
* Update citation version automatically with new releases by @sydney-runkle<https://github.com/sydney-runkle> in #9673<https://redirect.github.com/pydantic/pydantic/pull/9673>
* Bump pyright to v1.1.367 and add type checking tests for pipeline API by @adriangb<https://github.com/adriangb> in #9674<https://redirect.github.com/pydantic/pydantic/pull/9674>
* Update pydantic.v1 stub to v1.10.17 by @sydney-runkle<https://github.com/sydney-runkle> in #9707<https://redirect.github.com/pydantic/pydantic/pull/9707>
* General package updates to prep for v2.8.0b1 by @sydney-runkle<https://github.com/sydney-runkle> in #9741<https://redirect.github.com/pydantic/pydantic/pull/9741>
* Bump pydantic-core to v2.20.0 by @sydney-runkle<https://github.com/sydney-runkle> in #9745<https://redirect.github.com/pydantic/pydantic/pull/9745>
* Add support for Python 3.13 by @sydney-runkle<https://github.com/sydney-runkle> in #9743<https://redirect.github.com/pydantic/pydantic/pull/9743>
* Update pdm version used for pdm.lock to v2.16.1 by @sydney-runkle<https://github.com/sydney-runkle> in #9761<https://redirect.github.com/pydantic/pydantic/pull/9761>
* Update to ruff v0.4.8 by @Viicos<https://github.com/Viicos> in #9585<https://redirect.github.com/pydantic/pydantic/pull/9585>
New Features
* Experimental: support defer_build for TypeAdapter by @MarkusSintonen<https://github.com/MarkusSintonen> in #8939<https://redirect.github.com/pydantic/pydantic/pull/8939>
... (truncated)
Changelog
Sourced from pydantic's changelog<https://github.com/pydantic/pydantic/blob/main/HISTORY.md>.
v2.8.2 (2024-07-03)
GitHub release<https://github.com/pydantic/pydantic/releases/tag/v2.8.2>
What's Changed
Fixes
* Fix issue with assertion caused by pluggable schema validator by @dmontagu<https://github.com/dmontagu> in #9838<https://redirect.github.com/pydantic/pydantic/pull/9838>
v2.8.1 (2024-07-03)
GitHub release<https://github.com/pydantic/pydantic/releases/tag/v2.8.1>
What's Changed
Packaging
* Bump ruff to v0.5.0 and pyright to v1.1.369 by @sydney-runkle<https://github.com/sydney-runkle> in #9801<https://redirect.github.com/pydantic/pydantic/pull/9801>
* Bump pydantic-core to v2.20.1, pydantic-extra-types to v2.9.0 by @sydney-runkle<https://github.com/sydney-runkle> in #9832<https://redirect.github.com/pydantic/pydantic/pull/9832>
Fixes
* Fix breaking change in to_snake from v2.7 -> v2.8 by @sydney-runkle<https://github.com/sydney-runkle> in #9812<https://redirect.github.com/pydantic/pydantic/pull/9812>
* Fix list constraint json schema application by @sydney-runkle<https://github.com/sydney-runkle> in #9818<https://redirect.github.com/pydantic/pydantic/pull/9818>
* Support time duration more than 23 by @nix010<https://github.com/nix010> in pydantic/speedate#64<https://redirect.github.com/pydantic/speedate/pull/64>
* Fix millisecond fraction being handled with the wrong scale by @davidhewitt<https://github.com/davidhewitt> in pydantic/speedate#65<https://redirect.github.com/pydantic/speedate/pull/65>
* Handle negative fractional durations correctly by @sydney-runkle<https://github.com/sydney-runkle> in pydantic/speedate#71<https://redirect.github.com/pydantic/speedate/pull/71>
v2.8.0 (2024-07-01)
GitHub release<https://github.com/pydantic/pydantic/releases/tag/v2.8.0>
The code released in v2.8.0 is functionally identical to that of v2.8.0b1.
What's Changed
Packaging
* Update citation version automatically with new releases by @sydney-runkle<https://github.com/sydney-runkle> in #9673<https://redirect.github.com/pydantic/pydantic/pull/9673>
* Bump pyright to v1.1.367 and add type checking tests for pipeline API by @adriangb<https://github.com/adriangb> in #9674<https://redirect.github.com/pydantic/pydantic/pull/9674>
* Update pydantic.v1 stub to v1.10.17 by @sydney-runkle<https://github.com/sydney-runkle> in #9707<https://redirect.github.com/pydantic/pydantic/pull/9707>
* General package updates to prep for v2.8.0b1 by @sydney-runkle<https://github.com/sydney-runkle> in #9741<https://redirect.github.com/pydantic/pydantic/pull/9741>
* Bump pydantic-core to v2.20.0 by @sydney-runkle<https://github.com/sydney-runkle> in #9745<https://redirect.github.com/pydantic/pydantic/pull/9745>
* Add support for Python 3.13 by @sydney-runkle<https://github.com/sydney-runkle> in #9743<https://redirect.github.com/pydantic/pydantic/pull/9743>
* Update pdm version used for pdm.lock to v2.16.1 by @sydney-runkle<https://github.com/sydney-runkle> in #9761<https://redirect.github.com/pydantic/pydantic/pull/9761>
* Update to ruff v0.4.8 by @Viicos<https://github.com/Viicos> in #9585<https://redirect.github.com/pydantic/pydantic/pull/9585>
New Features
* Experimental: support defer_build for TypeAdapter by @MarkusSintonen<https://github.com/MarkusSintonen> in #8939<https://redirect.github.com/pydantic/pydantic/pull/8939>
* Implement deprecated field in json schema by @NeevCohen<https://github.com/NeevCohen> in #9298<https://redirect.github.com/pydantic/pydantic/pull/9298>
... (truncated)
Commits
* 4978ee2<pydantic/pydantic@4978ee2> update history
* 0345929<pydantic/pydantic@0345929> v bump
* d390a04<pydantic/pydantic@d390a04> Fix issue with assertion caused by pluggable schema validator (#9838<https://redirect.github.com/pydantic/pydantic/issues/9838>)
* 040865f<pydantic/pydantic@040865f> update history
* 5a33e3b<pydantic/pydantic@5a33e3b> bump version
* 2f9abb2<pydantic/pydantic@2f9abb2> Bump pydantic-core to v2.20.1, pydantic-extra-types to v2.9.0 (#9832<https://redirect.github.com/pydantic/pydantic/issues/9832>)
* ce9c5f7<pydantic/pydantic@ce9c5f7> Remove spooky meetings file (#9824<https://redirect.github.com/pydantic/pydantic/issues/9824>)
* 6bdd6d1<pydantic/pydantic@6bdd6d1> Pedantic typo correction within explanation of Pydantic's root in 'pedantic' ...
* 701ccde<pydantic/pydantic@701ccde> Fix list constraint json schema application (#9818<https://redirect.github.com/pydantic/pydantic/issues/9818>)
* 2a066a2<pydantic/pydantic@2a066a2> Bump ruff to v0.5.0 and pyright to v1.1.369 (#9801<https://redirect.github.com/pydantic/pydantic/issues/9801>)
* Additional commits viewable in compare view<pydantic/pydantic@v2.7.4...v2.8.2>
[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:
#63
Commit Summary
* bf31cb1<bf31cb1> Bump pydantic from 2.7.4 to 2.8.2
File Changes
(1 file<https://github.com/vasudev-gm/django_ninja_tutorial/pull/63/files>)
* M Pipfile.lock<https://github.com/vasudev-gm/django_ninja_tutorial/pull/63/files#diff-a86c67a0a29ed0e95909b9b7c420140f302d17399ee6dcce4e1a51a14d27fd51> (176)
Patch Links:
* https://github.com/vasudev-gm/django_ninja_tutorial/pull/63.patch
* https://github.com/vasudev-gm/django_ninja_tutorial/pull/63.diff
—
Reply to this email directly, view it on GitHub<#63>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANCXKE7SC27EYUTCKWCKHQTZLKEUTAVCNFSM6AAAAABKQZQBTGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM4TKNJYGQZTIMQ>.
You are receiving this because you are subscribed to this thread.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.
Bumps pydantic from 2.7.4 to 2.8.2.
Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
4978ee2
update history0345929
v bumpd390a04
Fix issue with assertion caused by pluggable schema validator (#9838)040865f
update history5a33e3b
bump version2f9abb2
Bumppydantic-core
tov2.20.1
,pydantic-extra-types
tov2.9.0
(#9832)ce9c5f7
Remove spooky meetings file (#9824)6bdd6d1
Pedantic typo correction within explanation of Pydantic's root in 'pedantic' ...701ccde
Fix list constraint json schema application (#9818)2a066a2
Bumpruff
tov0.5.0
andpyright
tov1.1.369
(#9801)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)