From 51ac222abec5da6b9997466f897f626cedd0f44f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 10:24:07 +0000 Subject: [PATCH] Update pydantic-ai requirement from <=2.31.1,>=2.9.0 to >=2.9.0,<=2.33.0 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/v2.9.0...v2.33.0) --- updated-dependencies: - dependency-name: pydantic-ai dependency-version: 2.33.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 7b07bbd..822978e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ keywords = ["acp", "agents", "protocol", "pydantic-ai"] dependencies = [ "click>=8.1.8", "pre-commit>=4.6.0", - "pydantic-ai>=2.9.0,<=2.31.1", + "pydantic-ai>=2.9.0,<=2.33.0", "typing-extensions>=4.12.0", ]