meta: update pydantic requirement from >=2.12.5 to >=2.13.0#10
meta: update pydantic requirement from >=2.12.5 to >=2.13.0#10github-actions[bot] merged 1 commit intomainfrom
Conversation
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.5...v2.13.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
🎉 Congrats for opening a Pull Request! Please make sure you have run |
Autobot — Changes Analysis
## Autobot Summary
### What Changed
This pull request updates the minimum required version of the `pydantic` dependency from `2.12.5` to `2.13.0` in the `pyproject.toml` file. The change is contained entirely within this configuration file, with no impact on other files or functionalities.
### Release Relevance
- Ensures alignment with upstream updates, affecting dependency management in both runtime and development environments.
- Addresses potential improvements and bug fixes included in the `2.13.0` release of `pydantic`.
- Impacts environments where the library is used extensively for data modeling and validation.
### Risks And Testing
- **Backward Compatibility**: Potential for subtle regressions if code depends on deprecated behavior from `pydantic<2.13.0`.
- **Staging Validation**: Risk of runtime failures if environment-specific testing is overlooked.
- **Broad Testing**: Necessary to confirm compatibility with all dependent systems.
### Classification Signals
- **Breaking-Change Risk**: Dependency upgrade could introduce subtle changes in handling of edge cases or invalid data.
- **Runtime Impact**: The updated dependency may alter dynamic behavior in production environments using `pydantic`.
- **Testing Dependency Adjustment**: Ensuring compatibility across environments necessitates updates to test configurations and cases.
- **Developer Workflow Impact**: Requires alignment of developer environments to incorporate the updated dependency version.
🏷️ AI Label ClassificationApplied labels: Labels were determined by AI analysis of the code diff — not the PR title or description. |
|
🚨 MAJOR RELEASE ALERT 🚨 @YaronKoresh This PR triggers a major version bump due to breaking changes detected by AI analysis. |
Autobot — Milestone UpdateThis PR was moved to v1.0.0 based on the current semantic-version impact of the PR and the canonical open release milestone. Retained older milestones for manual review: v0.0.2 (1 remaining) This only moves compatible open AI-managed PRs. Issues, closed items, manual milestones, and incompatible PRs stay where they are. |
Updates the requirements on pydantic to permit the latest version.
Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
46bf4faFix Pydantic release workflow (#13067)1b359edPrepare release v2.13.0 (#13065)b1bf194Fix model equality when using runtimeextraconfiguration (#13062)17a35e3Update jiter to v0.14.0 (#13064)feea402Usesimulationmode in Codspeed CI (#13063)671c9b0Add basic benchmarks for model equality (#13061)d17d71eBump cryptography from 46.0.6 to 46.0.7 (#13056)919d61a👥 Update Pydantic People (#13059)e7cf5dcFix people workflow (#13047)2a806adAdd regression test forMISSINGsentinel serialization with subclasses (#13...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)