From f5e5daeac4c30296b599f61fa86b08c165f7c1c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 13:32:31 +0000 Subject: [PATCH] build(deps): Bump @anthropic-ai/sdk in the anthropic group Bumps the anthropic group with 1 update: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript). Updates `@anthropic-ai/sdk` from 0.32.1 to 0.72.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.32.1...sdk-v0.72.1) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.72.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: anthropic ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b81144e..e2e9d2b 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "typecheck": "bun tsc --noEmit" }, "dependencies": { - "@anthropic-ai/sdk": "^0.32.1", + "@anthropic-ai/sdk": "^0.73.0", "openai": "^4.76.1" }, "devDependencies": {