From f1a61e031bfcf219441fa19d4d2fbbf65203358e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 08:14:29 +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.1.36...v0.1.66) --- updated-dependencies: - dependency-name: claude-agent-sdk dependency-version: 0.1.66 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 6552cbd..61af22e 100644 --- a/claude-agent-sdk/requirements.txt +++ b/claude-agent-sdk/requirements.txt @@ -1,7 +1,7 @@ slack-sdk==3.41.0 slack-bolt>=1.28.0 slack-cli-hooks<1.0.0 -claude-agent-sdk>=0.1.36 +claude-agent-sdk>=0.1.66 aiohttp>=3.13.3 python-dotenv==1.2.2