From b9adf557367c82e77d565b15d7f5424a04b4a487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 17:35:06 +0000 Subject: [PATCH] chore(deps): bump @anthropic-ai/claude-agent-sdk in /sdk Bumps [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) from 0.2.141 to 0.3.210. - [Release notes](https://github.com/anthropics/claude-agent-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/claude-agent-sdk-typescript/compare/v0.2.141...v0.3.210) --- updated-dependencies: - dependency-name: "@anthropic-ai/claude-agent-sdk" dependency-version: 0.3.205 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sdk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/package.json b/sdk/package.json index 3fd8bb5..7be79f5 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -90,7 +90,7 @@ } }, "devDependencies": { - "@anthropic-ai/claude-agent-sdk": "^0.2.91", + "@anthropic-ai/claude-agent-sdk": "^0.3.210", "@biomejs/biome": "^2.4.10", "@openai/codex": "0.144.1", "@runloop/api-client": "^1.20.0",