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

Bump pydantic from 2.3.0 to 2.4.0 #240

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 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 added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 19, 2024
@dependabot dependabot bot requested a review from a team September 19, 2024 10:29
@github-actions github-actions bot enabled auto-merge (squash) September 19, 2024 10:29
@dependabot dependabot bot force-pushed the dependabot/pip/pydantic-2.4.0 branch from 80e2353 to d09435f Compare September 19, 2024 10:32
@dependabot dependabot bot force-pushed the dependabot/pip/pydantic-2.4.0 branch from d09435f to f959fe6 Compare September 19, 2024 10:35
@hf-kklein
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/pip/pydantic-2.4.0 branch from f959fe6 to 611bf48 Compare September 19, 2024 11:23
@hf-kklein
Copy link
Contributor

E KeyError: 'ibims.bo4e.bo.person.Person:94165770902288'
=========================== short test summary info ============================
ERROR unittests/test_consistency.py - KeyError: 'ibims.bo4e.bo.person.Person:...
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!

irgendwas hat sich verhakt.

@dependabot dependabot bot force-pushed the dependabot/pip/pydantic-2.4.0 branch from 99d69e3 to 0d53556 Compare September 23, 2024 08:29
@dependabot dependabot bot force-pushed the dependabot/pip/pydantic-2.4.0 branch from 0d53556 to 487ac18 Compare September 30, 2024 08:40
@dependabot dependabot bot force-pushed the dependabot/pip/pydantic-2.4.0 branch from 487ac18 to 6c12e2a Compare September 30, 2024 08:43
@dependabot dependabot bot force-pushed the dependabot/pip/pydantic-2.4.0 branch from 6c12e2a to 6f57581 Compare October 7, 2024 08:09
@dependabot dependabot bot force-pushed the dependabot/pip/pydantic-2.4.0 branch from 6f57581 to 4f1cf1b Compare October 7, 2024 08:12
@dependabot dependabot bot force-pushed the dependabot/pip/pydantic-2.4.0 branch from 4f1cf1b to cef76ad Compare October 14, 2024 08:51
@dependabot dependabot bot force-pushed the dependabot/pip/pydantic-2.4.0 branch from cef76ad to 371879e Compare October 14, 2024 08:55
@dependabot dependabot bot force-pushed the dependabot/pip/pydantic-2.4.0 branch from 371879e to 4866c91 Compare October 14, 2024 08:57
@dependabot dependabot bot force-pushed the dependabot/pip/pydantic-2.4.0 branch from 4866c91 to 1b4b55b Compare October 15, 2024 07:47
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)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pydantic-2.4.0 branch from 1b4b55b to c028ecc Compare October 15, 2024 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants