From 73f54244f025faefac15dfb4fd045b22f3b76a57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 08:10:01 +0000 Subject: [PATCH] build(deps): update claude-agent-sdk requirement Updates the requirements on [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) to permit the latest version. - [Release notes](https://github.com/anthropics/claude-agent-sdk-python/releases) - [Changelog](https://github.com/anthropics/claude-agent-sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/claude-agent-sdk-python/compare/v0.2.91...v0.2.99) --- updated-dependencies: - dependency-name: claude-agent-sdk dependency-version: 0.2.99 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- claude-agent-sdk/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/claude-agent-sdk/requirements.txt b/claude-agent-sdk/requirements.txt index 1fb9fff..01c9c53 100644 --- a/claude-agent-sdk/requirements.txt +++ b/claude-agent-sdk/requirements.txt @@ -1,7 +1,7 @@ slack-sdk==3.42.0 slack-bolt>=1.28.0 slack-cli-hooks<1.0.0 -claude-agent-sdk>=0.2.91 +claude-agent-sdk>=0.2.99 aiohttp>=3.14.0 python-dotenv==1.2.2