Skip to content

chore(deps): bump pydantic from 1.10.12 to 2.4.1 #3140

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
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2023

Bumps pydantic from 1.10.12 to 2.4.1.

Release notes

Sourced from pydantic's releases.

v2.4.1 2023-09-26

What's Changed

Packaging

Fixes

Full Changelog: pydantic/pydantic@v2.4.0...v2.4.1/

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.1 (2023-09-26)

GitHub release

What's Changed

Packaging

Fixes

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

... (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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.12 to 2.4.1.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v1.10.12...v2.4.1)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team September 26, 2023 21:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 26, 2023
@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Sep 26, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov-commenter
Copy link

codecov-commenter commented Sep 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.18%. Comparing base (4b90ed2) to head (9a7092c).
Report is 1013 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3140      +/-   ##
===========================================
+ Coverage    96.13%   96.18%   +0.04%     
===========================================
  Files          186      186              
  Lines         8131     8131              
  Branches      1525     1525              
===========================================
+ Hits          7817     7821       +4     
+ Misses         252      248       -4     
  Partials        62       62              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@heitorlessa
Copy link
Contributor

Why is it trying to upgrade to a major version? Do we have an incorrect pinning?

@leandrodamascena
Copy link
Contributor

Why is it trying to upgrade to a major version? Do we have an incorrect pinning?

I need to check this. This is strange because we fixed the Pydantic dependency to <2.0.0

pydantic = { version = "^1.8.2", optional = true }

@leandrodamascena
Copy link
Contributor

@dependabot ignore pydantic major version

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 27, 2023

Sorry, the command you entered is not valid for this pull request. Please check the syntax and try again.

Valid commands:
For single dependency PRs, use commands like:
@dependabot ignore this major version
@dependabot ignore this minor version
@dependabot ignore this dependency

@leandrodamascena
Copy link
Contributor

@dependabot ignore this major version

@dependabot dependabot bot closed this Sep 27, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 27, 2023

OK, I won't notify you about version 2.x.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/pip/develop/pydantic-2.4.1 branch September 27, 2023 12:46
@leandrodamascena leandrodamascena restored the dependabot/pip/develop/pydantic-2.4.1 branch October 24, 2024 11:10
@leandrodamascena
Copy link
Contributor

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 24, 2024

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

@leandrodamascena
Copy link
Contributor

@dependabot recreate

Copy link

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 24, 2024

Superseded by #5445.

@dependabot dependabot bot closed this Oct 24, 2024
@dependabot dependabot bot deleted the dependabot/pip/develop/pydantic-2.4.1 branch October 24, 2024 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Breaking change dependencies Pull requests that update a dependency file do-not-merge python Pull requests that update Python code size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants