From c80aab63c8087edceb89aa19e4149d53b39c473f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 01:17:30 +0000 Subject: [PATCH] build(deps-dev): 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/commits/v2.19.0) --- updated-dependencies: - dependency-name: pydantic-ai dependency-version: 2.19.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4d4587a11..ccc52b6fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ openai-agents = ["openai-agents>=0.18.3"] # In the next breaking EasyCat release after that date, ``pydantic-ai`` can # move to the supported 2.x range, the transitional ``pydantic-ai-v2`` alias # can be removed, and the [tool.uv].conflicts entry below can be collapsed. -pydantic-ai = ["pydantic-ai>=1.99.0,<2.0.0"] +pydantic-ai = ["pydantic-ai>=1.99.0,<3.0.0"] pydantic-ai-v2 = ["pydantic-ai>=2.5.1,<3.0.0"] # Security floor: 1.2.28 includes the LangChain prompt-validation fixes from # GHSA-c67j-w6g6-q2cm, GHSA-qh6h-p6c9-ff54, and GHSA-926x-3r5x-gfhw.