From 616c3f4b92d30a579db92e6b4d21d3f38be3109d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 18:22:54 +0000 Subject: [PATCH] Update agent-client-protocol requirement from >=0.9.0 to >=0.10.0 Updates the requirements on [agent-client-protocol](https://github.com/agentclientprotocol/python-sdk) to permit the latest version. - [Release notes](https://github.com/agentclientprotocol/python-sdk/releases) - [Commits](https://github.com/agentclientprotocol/python-sdk/compare/0.9.0...0.10.0) --- updated-dependencies: - dependency-name: agent-client-protocol dependency-version: 0.10.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 808f0de..a048015 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] keywords = ["acp", "telegram", "kurigram", "agents"] dependencies = [ - "agent-client-protocol>=0.9.0", + "agent-client-protocol>=0.10.0", "aiohttp", "kurigram", "python-dotenv",