Skip to content

build(deps-dev): update pydantic-ai-slim[anthropic,openai] requirement from <2.0.0,>=1.107.2 to >=2.32.1,<3.0.0 in /engine - #7701

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/engine/pydantic-ai-slim-anthropicopenai--gte-2.32.1-and-lt-3.0.0
Closed

build(deps-dev): update pydantic-ai-slim[anthropic,openai] requirement from <2.0.0,>=1.107.2 to >=2.32.1,<3.0.0 in /engine#7701
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/engine/pydantic-ai-slim-anthropicopenai--gte-2.32.1-and-lt-3.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on pydantic-ai-slim[anthropic,openai] to permit the latest version.

Release notes

Sourced from pydantic-ai-slim[anthropic,openai]'s releases.

v2.32.1 (2026-08-19)

What's Changed

🐛 Bug Fixes

Full Changelog: pydantic/pydantic-ai@v2.32.0...v2.32.1

Changelog

Sourced from pydantic-ai-slim[anthropic,openai]'s changelog.

Upgrade Guide

In September 2025, Pydantic AI reached V1 and committed to API stability: no changes that break your code until V2. V2 is now available, collecting the breaking and behavior changes that stability guarantee didn't allow. This guide is the canonical place to learn what's in V2, how to install it, and how to upgrade; for the guarantees behind these version numbers, see the Version Policy.

Breaking Changes

Here's a filtered list of the breaking changes for each version to help you upgrade Pydantic AI.

v2.0.0 (2026-06-23)

The stable V2.0 release. There are no new breaking or behavior changes since the betas; the full breaking-change list and recommended upgrade path are in the v2.0.0b1 entry below. Install it with:

uv add pydantic-ai

v2.0.0b7 (2026-06-10)

The seventh V2 beta, forked from v1.107.0. There are no new V2 breaking or behavior changes since v2.0.0b6 below — everything in that entry applies unchanged — but this beta picks up the latest V1 release on top, which adds Claude Fable 5 / Mythos 5 model support and OpenRouter prompt caching (CachePoint), plus known_model_names() and Anthropic fixes; see the v1.107.0 release notes for the full list.

Install it the same way, pinning the exact pre-release version:

pip/uv-add "pydantic-ai==2.0.0b7"

For the full breaking-change list and the recommended upgrade path, see the v2.0.0b1 entry below; the only difference is that the latest V1 to upgrade through first is now v1.107.0.

v2.0.0b6 (2026-06-04)

The sixth V2 beta, forked from v1.106.0. There are no new V2 breaking or behavior changes since v2.0.0b5 below — everything in that entry applies unchanged — but this beta picks up the latest V1 release on top, which adds api_host/timeout configuration and base seed mapping for the xAI provider, plus streaming and data-URI handling fixes; see the v1.106.0 release notes for the full list.

Install it the same way, pinning the exact pre-release version:

pip/uv-add "pydantic-ai==2.0.0b6"

For the full breaking-change list and the recommended upgrade path, see the v2.0.0b1 entry below; the only difference is that the latest V1 to upgrade through first is now v1.106.0.

v2.0.0b5 (2026-06-02)

The fifth V2 beta, forked from v1.105.0. There are no new V2 breaking or behavior changes since v2.0.0b4 below — everything in that entry (including the prepare-callbacks change) still applies — but this beta picks up the latest V1 release on top, which adds on-demand (deferred-loading) capabilities and Grok 4.3 reasoning_effort support, plus GoogleModelSettings.google_cached_content and Temporal gateway/ fixes; see the v1.105.0 release notes for the full list.

Install it the same way, pinning the exact pre-release version:

pip/uv-add "pydantic-ai==2.0.0b5"

... (truncated)

Commits
  • f46c127 Warm the lazy pandas import before arming BlockBuster in tests (#7625)
  • 8e8297c Describe the docs navigation check accurately (#7617)
  • 380f539 Harden docs preview dispatch (#7590)
  • 855f441 Accept any callable as a FunctionModel function or stream_function (#7589)
  • b2aab1a Document and test AG-UI response identity lifecycle (#7604)
  • 823a492 Correct the fresh_logfire comment: isolation comes from the teardown contex...
  • 72b0ed9 Run each test in a clean OTel context so leaked ambient spans can't break oth...
  • 43f982f Don't send Anthropic thinking blocks with an empty signature (#7601)
  • 4167d2c Reject Agent.run_sync() from synchronous callbacks inside agent runs (#7277)
  • 3226275 Point the xAI voice docs link at the page that exists (#7544)
  • Additional commits viewable 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)

Updates the requirements on [pydantic-ai-slim[anthropic,openai]](https://github.com/pydantic/pydantic-ai) to permit the latest version.
- [Release notes](https://github.com/pydantic/pydantic-ai/releases)
- [Changelog](https://github.com/pydantic/pydantic-ai/blob/main/docs/changelog.md)
- [Commits](pydantic/pydantic-ai@v1.107.2...v2.32.1)

---
updated-dependencies:
- dependency-name: pydantic-ai-slim[anthropic,openai]
  dependency-version: 2.32.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:uv Pull requests that update python:uv code labels Aug 27, 2026
@dependabot
dependabot Bot requested review from a team and Ludy87 as code owners August 27, 2026 17:20
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 27, 2026
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines ignoring generated files. label Aug 27, 2026
@github-actions github-actions Bot added build Changes that affect the build system or external dependencies engine Issues or pull requests related to the engine and removed dependencies Pull requests that update a dependency file labels Aug 27, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Engine Check Failed

There are issues with your Python code that will need to be fixed before they can be merged in.

Run task engine:fix to auto-fix what can be fixed automatically, then run task engine:check to see what still needs fixing manually.

@dependabot @github

dependabot Bot commented on behalf of github Aug 29, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #7743.

@dependabot dependabot Bot closed this Aug 29, 2026
@dependabot
dependabot Bot deleted the dependabot/uv/engine/pydantic-ai-slim-anthropicopenai--gte-2.32.1-and-lt-3.0.0 branch August 29, 2026 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Changes that affect the build system or external dependencies engine Issues or pull requests related to the engine python:uv Pull requests that update python:uv code size:XS This PR changes 0-9 lines ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants