Skip to content

meta: update pydantic requirement from >=2.13.3 to >=2.13.4#16

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/pydantic-gte-2.13.4
May 7, 2026
Merged

meta: update pydantic requirement from >=2.13.3 to >=2.13.4#16
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/pydantic-gte-2.13.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 7, 2026

Updates the requirements on pydantic to permit the latest version.

Release notes

Sourced from pydantic's releases.

v2.13.4 2026-05-06

v2.13.4 (2026-05-06)

What's Changed

Packaging

Fixes

Full Changelog: pydantic/pydantic@v2.13.3...v2.13.4

Changelog

Sourced from pydantic's changelog.

v2.13.4 (2026-05-06)

GitHub release

What's Changed

Packaging

Fixes

v2.13.3 (2026-04-20)

GitHub release

What's Changed

Fixes

v2.13.2 (2026-04-17)

GitHub release

What's Changed

Fixes

  • Fix ValidationInfo.field_name missing with model_validate_json() by @​Viicos in #13084

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.

... (truncated)

Commits
  • cf67d4b Fix linting
  • f0d8a21 Prepare release v2.13.4
  • 5e3fe1d Check for pydantic tag pattern in CI
  • 7f9edcc Document tagging conventions
  • b46a0c9 Adapt pydantic-core linker flags on macOS
  • 50629c8 Update to PyPy 7.3.22
  • 8522ebb Preserve RootModel core metadata
  • a37f3af Adapt MISSING sentinel test to work with unreleased typing_extensions ver...
  • 909259a Remove Logfire example in documentation
  • 2c4174c Bump libc from 0.2.155 to 0.2.185
  • See full diff in compare view

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 79.0% related

Integrity Fingerprint: 5feffb4636bc6e3acb48

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

---
updated-dependencies:
- dependency-name: pydantic
  dependency-version: 2.13.4
  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 May 7, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

⚠️ Title is too vague for Autobot

Your PR title "meta: update pydantic requirement from >=2.13.3 to >=2.13.4" 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)

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

github-actions Bot commented May 7, 2026

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

@github-actions github-actions Bot merged commit 9bbfae5 into main May 7, 2026
7 of 14 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

Relationship Graph

graph TD
    PR16["PR #16<br/>meta: update pydantic requirement from >=2.13.3 to >=2.13.4"]
    style PR16 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
    PR16 -.->|Related| PR2
Loading

@dependabot dependabot Bot deleted the dependabot/pip/pydantic-gte-2.13.4 branch May 7, 2026 09:32
@github-actions github-actions Bot added compatibility Compatibility work, shims, polyfills config Configuration and environment changes test Adding, missing, or correcting tests tooling Tooling/scripts/editor configuration changes labels May 7, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

Autobot — Changes Analysis

PR #16 · dependabot/pip/pydantic-gte-2.13.4 → main · 2026-05-07


Autobot Summary

What Changed

This pull request updates the pyproject.toml file to increase the minimum required version of the pydantic development dependency from >=2.13.3 to >=2.13.4. This change targets the development environment to align with updated ecosystem practices for dependency management. There are no functional or runtime changes affecting the production environment.

Release Relevance

  • Does not impact runtime or production behavior directly.
  • Ensures consistent development environments by standardizing dependency versions.
  • Improves stability for future releases through enhanced testing baselines.

Risks And Testing

  • Dependency Version Compatibility: Confirm the updated pydantic version (2.13.4) is fully backward-compatible and does not break existing development workflows.
  • Potential Environment Issues: Validate that updated dependency versions do not lead to conflicts in team environments or toolchains.
  • Testing Process Integrity: Ensure all existing tests and pipeline workflows run correctly with the updated configuration.
  • Documentation Adjustments: Verify updates to ensure onboarding and setup instructions accurately reflect the new dependency requirements.

Classification Signals

  • Tooling: Updates a development dependency in the pyproject.toml configuration file.
  • Test Integrity: Affects the development/testing process by standardizing the dependency version.
  • Compatibility Maintenance: Implements a patch-level version update, ensuring backward compatibility.
  • No Breaking Change: The changes are isolated to development tooling and adhere to a patch update for the dependency.
  • Workflow Impact: Directs developers to upgrade their environments, promoting synchronized workflows.

PR METRICS
Files changed: 1
Additions: 1
Deletions: 1
Rolling windows analyzed: 1


🏷️ AI Label Classification

Applied labels: compatibility dependencies tooling test config

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

@github-actions github-actions Bot added this to the v1.0.0 milestone May 7, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

Autobot — Milestone Update

This 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

compatibility Compatibility work, shims, polyfills config Configuration and environment changes dependencies Pull requests that update a dependency file python Pull requests that update python code test Adding, missing, or correcting tests tooling Tooling/scripts/editor configuration changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants