From 77a0abbaea3526d9dc2da71a172941cb0a86b32c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 22:33:08 +0000 Subject: [PATCH] chore(deps): bump @anthropic-ai/sdk Bumps the npm_and_yarn group with 1 update in the / directory: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript). Updates `@anthropic-ai/sdk` from 0.82.0 to 0.91.1 - [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.82.0...sdk-v0.91.1) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.91.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b16420..3ead1ff 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.2.112", - "@anthropic-ai/sdk": "^0.82.0", + "@anthropic-ai/sdk": "^0.91.1", "@slack/bolt": "^4.7.0", "ffmpeg-static": "^5.3.0", "openai": "^6.34.0",