Skip to content

chore(deps-dev): update pydantic requirement from <3.0,>=2.5.0 to >=2.13.4,<3.0 in /agent-governance-python/agent-mesh#3230

Merged
MohammadHaroonAbuomar merged 2 commits into
mainfrom
dependabot/pip/agent-governance-python/agent-mesh/pydantic-gte-2.13.4-and-lt-3.0
Jul 2, 2026
Merged

chore(deps-dev): update pydantic requirement from <3.0,>=2.5.0 to >=2.13.4,<3.0 in /agent-governance-python/agent-mesh#3230
MohammadHaroonAbuomar merged 2 commits into
mainfrom
dependabot/pip/agent-governance-python/agent-mesh/pydantic-gte-2.13.4-and-lt-3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor

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
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 30, 2026
@github-actions

Copy link
Copy Markdown

PR Review Summary

Check Status Details
🔍 Code Review ⚠️ Missing No current-run comment
🛡️ Security Scan ⚠️ Missing No current-run comment
🔄 Breaking Changes ⚠️ Missing No current-run comment
📝 Docs Sync ⚠️ Missing No current-run comment
🧪 Test Coverage ⚠️ Missing No current-run comment

Verdict: ⚠️ AI review incomplete; ready for human review

AI review comments are untrusted advisory output. The summary reports workflow-generated completion status only, not model-authored pass/fail claims.

@github-actions github-actions Bot added the agent-mesh agent-mesh package label Jun 30, 2026
@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@github-actions github-actions Bot added the size/XS Extra small PR (< 10 lines) label Jun 30, 2026
@github-actions

Copy link
Copy Markdown

📦 Dependency diff (SBOM)

Comparing maindependabot/pip/agent-governance-python/agent-mesh/pydantic-gte-2.13.4-and-lt-3.0.

✅ No dependency changes detected.

@MohammadHaroonAbuomar MohammadHaroonAbuomar left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Routine dependency bump; reviewed in batch.

@MohammadHaroonAbuomar

Copy link
Copy Markdown
Collaborator

@dependabot rebase

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.5.0...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 force-pushed the dependabot/pip/agent-governance-python/agent-mesh/pydantic-gte-2.13.4-and-lt-3.0 branch from df648a8 to d38bf66 Compare June 30, 2026 22:31
@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
🤖 AI Agent: breaking-change-detector — API Compatibility

AI-generated review output. Treat it as untrusted analysis and verify before acting.

API Compatibility

Severity Change Impact
High Updated pydantic dependency from &gt;=2.5.0,&lt;3.0 to &gt;=2.13.4,&lt;3.0. Potential breaking changes if the code relies on behavior that has changed between 2.5.0 and 2.13.4. Review the changelog for breaking changes introduced in the intermediate versions.

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
🤖 AI Agent: security-scanner — View details

AI-generated review output. Treat it as untrusted analysis and verify before acting.

No security issues found.

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
🤖 AI Agent: test-generator — View details

AI-generated review output. Treat it as untrusted analysis and verify before acting.

Test coverage looks good. No gaps identified.

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
🤖 AI Agent: code-reviewer — View details

AI-generated review output. Treat it as untrusted analysis and verify before acting.

TL;DR: 0 blockers, 0 warnings. Safe dependency update.

# Sev Issue Where

No action items required. Clean change.

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
🤖 AI Agent: docs-sync-checker — Docs Sync

AI-generated review output. Treat it as untrusted analysis and verify before acting.

Docs Sync

Documentation is in sync.

@MohammadHaroonAbuomar MohammadHaroonAbuomar left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Re-approve after rebase; routine floor-raise, CI green.

@MohammadHaroonAbuomar MohammadHaroonAbuomar merged commit 0ed4408 into main Jul 2, 2026
130 of 131 checks passed
@MohammadHaroonAbuomar MohammadHaroonAbuomar deleted the dependabot/pip/agent-governance-python/agent-mesh/pydantic-gte-2.13.4-and-lt-3.0 branch July 2, 2026 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent-mesh agent-mesh package dependencies Pull requests that update a dependency file size/XS Extra small PR (< 10 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants