From 05d74a64c92ae2fce22a4dbf7ebc0e4bba1f0323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 08:06:07 +0000 Subject: [PATCH] build(deps): update claude-agent-sdk requirement in /claude-agent-sdk 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.99...v0.2.105) --- updated-dependencies: - dependency-name: claude-agent-sdk dependency-version: 0.2.105 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- claude-agent-sdk/pyproject.toml | 2 +- claude-agent-sdk/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/claude-agent-sdk/pyproject.toml b/claude-agent-sdk/pyproject.toml index c6f01b1..72af18f 100644 --- a/claude-agent-sdk/pyproject.toml +++ b/claude-agent-sdk/pyproject.toml @@ -6,7 +6,7 @@ dependencies = [ "slack-sdk==3.42.0", "slack-bolt>=1.28.0", "slack-cli-hooks<1.0.0", - "claude-agent-sdk>=0.2.85", + "claude-agent-sdk>=0.2.105", "aiohttp>=3.14.1", "python-dotenv==1.2.2", ] diff --git a/claude-agent-sdk/requirements.txt b/claude-agent-sdk/requirements.txt index 7afbf3a..cfe0111 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.99 +claude-agent-sdk>=0.2.105 aiohttp>=3.14.1 python-dotenv==1.2.2