Skip to content
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

build(deps): bump pydantic from 2.3.0 to 2.4.0 in /Documentation #32176

Merged
merged 2 commits into from
Apr 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2024

Bumps pydantic from 2.3.0 to 2.4.0.

Release notes

Sourced from pydantic's releases.

v2.4.0 2023-09-25

What's Changed

Packaging

New Features

Changes

Performance

  • Simplify flattening and inlining of CoreSchema by @​adriangb in #7523
  • Remove unused copies in CoreSchema walking by @​adriangb in #7528
  • Add caches for collecting definitions and invalid schemas from a CoreSchema by @​adriangb in #7527
  • Eagerly resolve discriminated unions and cache cases where we can't by @​adriangb in #7529
  • Replace dict.get and dict.setdefault with more verbose versions in CoreSchema building hot paths by @​adriangb in #7536
  • Cache invalid CoreSchema discovery by @​adriangb in #7535
  • Allow disabling CoreSchema validation for faster startup times by @​adriangb in #7565

Fixes

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.4.0 (2023-09-22)

GitHub release

What's Changed

Packaging

New Features

Changes

Performance

  • Simplify flattening and inlining of CoreSchema by @​adriangb in #7523
  • Remove unused copies in CoreSchema walking by @​adriangb in #7528
  • Add caches for collecting definitions and invalid schemas from a CoreSchema by @​adriangb in #7527
  • Eagerly resolve discriminated unions and cache cases where we can't by @​adriangb in #7529
  • Replace dict.get and dict.setdefault with more verbose versions in CoreSchema building hot paths by @​adriangb in #7536
  • Cache invalid CoreSchema discovery by @​adriangb in #7535
  • Allow disabling CoreSchema validation for faster startup times by @​adriangb in #7565

Fixes

... (truncated)

Commits

Dependabot compatibility score

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 disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot requested a review from a team as a code owner April 25, 2024 05:13
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 25, 2024
@dependabot dependabot bot requested a review from qmonnet April 25, 2024 05:13
@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Apr 25, 2024
@github-actions github-actions bot added the kind/community-contribution This was a contribution made by a community member. label Apr 25, 2024
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.3.0...v2.4.0)

[ Quentin: The pydantic update requires an update of pydantic_core, too.
    Bump both packages to their latest available version (pydantic 2.7.1
    and pydantic_core 2.18.2). ]

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Quentin Monnet <qmo@qmon.net>
@qmonnet qmonnet force-pushed the dependabot/pip/Documentation/pydantic-2.4.0 branch from 3d0f3d0 to 710bc0d Compare April 25, 2024 09:11
@qmonnet qmonnet added needs-backport/1.13 This PR / issue needs backporting to the v1.13 branch needs-backport/1.14 This PR / issue needs backporting to the v1.14 branch needs-backport/1.15 This PR / issue needs backporting to the v1.15 branch labels Apr 25, 2024
@qmonnet qmonnet added the release-note/misc This PR makes changes that have no direct user impact. label Apr 25, 2024
@maintainer-s-little-helper maintainer-s-little-helper bot removed the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Apr 25, 2024
Signed-off-by: Cilium Imagebot <noreply@cilium.io>
@dependabot dependabot bot requested review from a team as code owners April 25, 2024 09:15
@dependabot dependabot bot requested review from aanm and nebril April 25, 2024 09:15
@qmonnet
Copy link
Member

qmonnet commented Apr 25, 2024

/test

Copy link
Member

@qmonnet qmonnet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The initial bump for pydantic from 2.3.0 to 2.4.0 broke the build, because it requires an update for pydantic_core as well. I amended the commit to upgrade both packages (to their latest version, since we're at it).

Neither package is in Documentation/requirements-min/requirements.txt, so it's OK to update in Documentation/requirements.txt directly.

I ran the deployments so that the Imagebot published the new docs-builder image and added a commit to update the documentation workflow. Additional reviewers are pulled as a result 👋.

Documentation workflow with the new image passes successfully.

We should be good to go.

@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Apr 25, 2024
@aanm aanm added this pull request to the merge queue Apr 25, 2024
Merged via the queue into main with commit 6e53ad7 Apr 25, 2024
67 checks passed
@aanm aanm deleted the dependabot/pip/Documentation/pydantic-2.4.0 branch April 25, 2024 10:38
@gandro gandro mentioned this pull request Apr 29, 2024
18 tasks
@gandro gandro added backport-pending/1.15 The backport for Cilium 1.15.x for this PR is in progress. and removed needs-backport/1.15 This PR / issue needs backporting to the v1.15 branch labels Apr 29, 2024
@gandro gandro mentioned this pull request Apr 30, 2024
13 tasks
@gandro gandro added backport-pending/1.14 The backport for Cilium 1.14.x for this PR is in progress. and removed needs-backport/1.14 This PR / issue needs backporting to the v1.14 branch labels Apr 30, 2024
@gandro gandro mentioned this pull request Apr 30, 2024
10 tasks
@gandro gandro added backport-pending/1.13 The backport for Cilium 1.13.x for this PR is in progress. and removed needs-backport/1.13 This PR / issue needs backporting to the v1.13 branch labels Apr 30, 2024
@github-actions github-actions bot added backport-done/1.14 The backport for Cilium 1.14.x for this PR is done. backport-done/1.13 The backport for Cilium 1.13.x for this PR is done. backport-done/1.15 The backport for Cilium 1.15.x for this PR is done. and removed backport-pending/1.14 The backport for Cilium 1.14.x for this PR is in progress. backport-pending/1.13 The backport for Cilium 1.13.x for this PR is in progress. backport-pending/1.15 The backport for Cilium 1.15.x for this PR is in progress. labels May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-done/1.13 The backport for Cilium 1.13.x for this PR is done. backport-done/1.14 The backport for Cilium 1.14.x for this PR is done. backport-done/1.15 The backport for Cilium 1.15.x for this PR is done. dependencies Pull requests that update a dependency file kind/community-contribution This was a contribution made by a community member. python Pull requests that update Python code ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants