From b6eef9a0ae4f9b373c560bb2fcf03dec4eb2bf73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:23:58 +0000 Subject: [PATCH] Update pydantic-ai-slim requirement Updates the requirements on [pydantic-ai-slim](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/v2.0.0...v2.14.1) --- updated-dependencies: - dependency-name: pydantic-ai-slim dependency-version: 2.14.1 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 1180bda..a3f0d9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dev = [ "python-dotenv", "pydantic-acp", "pydantic-ai-harness[code-mode]==0.7.0", - "pydantic-ai-slim>=2.0.0,<=2.9.1", + "pydantic-ai-slim>=2.0.0,<=2.14.1", "pydantic-graph", "pydantic>=2.7", "pytest-asyncio",