From fb75a2f3448369fc7e8e39a8800bde3d29b0ce84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 10:58:01 +0000 Subject: [PATCH] chore(deps): update pydantic-ai requirement Updates the requirements on [pydantic-ai](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](https://github.com/pydantic/pydantic-ai/compare/v1.107.0...v2.1.0) --- updated-dependencies: - dependency-name: pydantic-ai dependency-version: 2.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ecb0e767..cb445a81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ # openai->Responses default, to_ag_ui/to_a2a removal) exists, and an # unbounded ``>=`` would let a resolver silently pull it and break the Agent # construction seam in agents/base.py. 2.0 migration is a separate epic. - "pydantic-ai>=1.107.0,<2", + "pydantic-ai>=1.107.0,<3", "pydantic>=2.13,<3", "pydantic-settings>=2.14.2,<3", "jinja2>=3.1.0",