Skip to content

meta: update pydantic requirement from >=2.13.0 to >=2.13.1#13

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/pydantic-gte-2.13.1
Apr 16, 2026
Merged

meta: update pydantic requirement from >=2.13.0 to >=2.13.1#13
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/pydantic-gte-2.13.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 16, 2026

Updates the requirements on pydantic to permit the latest version.

Release notes

Sourced from pydantic's releases.

v2.13.1 2026-04-15

v2.13.1 (2026-04-15)

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.13.0...v2.13.1

Changelog

Sourced from pydantic's changelog.

v2.13.1 (2026-04-15)

GitHub release

What's Changed

Fixes

v2.13.0 (2026-04-13)

GitHub release

The highlights of the v2.13 release are available in the blog post. Several minor changes (considered non-breaking changes according to our versioning policy) are also included in this release. Make sure to look into them before upgrading.

This release contains the updated pydantic.v1 namespace, matching version 1.10.26 which includes support for Python 3.14.

What's Changed

See the beta releases for all changes sinces 2.12.

New Features

  • Allow default factories of private attributes to take validated model data by @​Viicos in #13013

Changes

Fixes

  • Change type of Any when synthesizing _build_sources for BaseSettings.__init__() signature in the mypy plugin by @​Viicos in #13049
  • Fix model equality when using runtime extra configuration by @​Viicos in #13062

Packaging

  • Add zizmor for GitHub Actions workflow linting by @​Viicos in #13039
  • Update jiter to v0.14.0 to fix a segmentation fault on musl Linux by @​Viicos in #13064

New Contributors

v2.13.0b3 (2026-03-31)

GitHub release

... (truncated)

Commits

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 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)

Smart Link Intelligence

Target Kind State Confidence Semantics
#2 PR closed 85.0% related

Integrity Fingerprint: d117807feb1abbef2b8a

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/v2.13.1/HISTORY.md)
- [Commits](pydantic/pydantic@v2.13.0...v2.13.1)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-version: 2.13.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 16, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🎉 Congrats for opening a Pull Request! Please make sure you have run ruff check . && ruff format before submitting.

Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

✅ Automated approval for security update.

@github-actions
Copy link
Copy Markdown
Contributor

⚠️ Title is too vague for Autobot

Your PR title "meta: update pydantic requirement from >=2.13.0 to >=2.13.1" does not contain any keywords that trigger automation.

Please include at least one keyword from these categories in your title:

  • Bug

  • Feature

  • Docs

  • Breaking

  • UI

  • Perf

  • Security

  • Refactor

  • Test

  • CI

  • Deps

  • DB

    Example: "Optimized database queries" (Perf/DB) or "Fixed login crash" (Bug)

@github-actions github-actions Bot merged commit 6fb50ea into main Apr 16, 2026
7 of 14 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

Relationship Graph

graph TD
    PR13["PR #13<br/>meta: update pydantic requirement from >=2.13.0 to >=2.13.1"]
    style PR13 fill:#9f7,stroke:#333,stroke-width:2px
    PR2["PR #2<br/>meta: update vulture requirement from >=2.10 to >=2.16"]
    style PR2 fill:#c9f,stroke:#333,stroke-width:2px
    PR13 -.->|Related| PR2
Loading

@dependabot dependabot Bot deleted the dependabot/pip/pydantic-gte-2.13.1 branch April 16, 2026 09:22
@github-actions
Copy link
Copy Markdown
Contributor

Autobot — Changes Analysis

PR #13 · dependabot/pip/pydantic-gte-2.13.1 → main · 2026-04-16


Autobot Summary

What Changed

This pull request updates the pydantic dependency in pyproject.toml from version 2.13.0 to 2.13.1, a patch-level upgrade. The change is isolated to development tooling and adheres to semantic versioning, suggesting backward compatibility and no functional runtime or schema implications.

Release Relevance

  • Ensures development tooling is aligned with the latest bug fixes and improvements.
  • Promotes best practices in dependency and version management for sustained maintainability.

Risks And Testing

  • Regression Risks: Unexpected issues from the updated pydantic version, though unlikely due to the nature of patch-level changes.
  • Dependency Compatibility: Minor possibility of version conflicts with other libraries or configurations.
  • Reproducibility: Risks related to version mismatch impacting builds or tests.
  • Full Test Suite Validation: Critical to ensure no adverse effects are introduced.
  • Workflow Assurance: Requires confirmation that development workflows (e.g., testing, linting) remain unaffected.

Classification Signals

  • Dependency Update (Development-only): Demonstrated by the isolated change restricted to pyproject.toml.
  • Patch-Level Upgrade: Strong indicator of backward compatibility with low risk of breaking changes.
  • No Runtime Impact: Explicitly non-impactful to runtime environments or APIs.
  • Scoped Change: Single-file change with concise and predictable effects.

🏷️ AI Label Classification

Applied labels: dependencies

Labels were determined by AI analysis of the code diff — not the PR title or description.

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.

0 participants