Skip to content

chore(deps): update dependency pydantic-ai to >=1.46.0#284

Merged
aponcedeleonch merged 1 commit intomainfrom
renovate/pydantic-ai-1.x
Jan 23, 2026
Merged

chore(deps): update dependency pydantic-ai to >=1.46.0#284
aponcedeleonch merged 1 commit intomainfrom
renovate/pydantic-ai-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2026

This PR contains the following updates:

Package Change Age Confidence
pydantic-ai (changelog) >=1.44.0>=1.46.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

pydantic/pydantic-ai (pydantic-ai)

v1.46.0: (2026-01-22)

Compare Source

What's Changed

🚀 Features

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.45.0...v1.46.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@claude
Copy link

claude bot commented Jan 23, 2026

PR Review: Update pydantic-ai to >=1.46.0

Summary

This PR updates the pydantic-ai dependency from >=1.44.0 to >=1.46.0. This is a minor version bump managed by Renovate.

Code Quality ✅

  • Clean dependency update with minimal changes
  • Only affects the examples dependency group, not core dependencies
  • Lock file properly updated with transitive dependencies

Key Changes

  1. New dependency: xai-sdk (1.5.0) added as a transitive dependency
  2. New dependency: grpcio (1.76.0) added as a transitive dependency
  3. Updated packages: pydantic-ai, pydantic-ai-slim, pydantic-evals, pydantic-graph all bumped to 1.46.0

Observations

Positive:

  • According to the release notes, v1.46.0 adds XaiModel and bumps MCP dependency versions
  • The update is confined to the examples dependency group (pyproject.toml:42)
  • No breaking changes expected based on semantic versioning

Considerations:

  1. New transitive dependencies: grpcio (~6-8MB) and xai-sdk add ~70+ new wheels to lock file. This increases installation size for the examples group.
  2. Compatibility check needed: The example code in examples/anthropic_comparison/mcp_optimizer_agent.py:11-15 uses pydantic_ai imports. Should verify these still work with 1.46.0.
  3. Untested change: The diff shows no test updates. Consider running the examples to ensure compatibility.

Recommendations

  1. Approve: This is a standard dependency update with no breaking changes
  2. ⚠️ Test before merge: Run examples/anthropic_comparison/mcp_optimizer_agent.py to verify the agent still works with the new version
  3. 📝 Optional: Consider pinning major version if stability is critical (e.g., >=1.46.0,<2.0.0)

Security & Performance

  • ✅ No security concerns identified
  • ℹ️ Minor performance impact from larger dependency footprint (grpcio)
  • ✅ No breaking changes to public APIs used in codebase

Verdict: Safe to merge after verification testing of example code.

@aponcedeleonch aponcedeleonch merged commit f85d51b into main Jan 23, 2026
7 checks passed
@aponcedeleonch aponcedeleonch deleted the renovate/pydantic-ai-1.x branch January 23, 2026 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant