From 6ac274b419cd88dcc74ab8d9f53874e8bc807f2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 05:19:41 +0000 Subject: [PATCH] chore(deps): bump @anthropic-ai/sdk Bumps the npm_and_yarn group with 1 update in the /pkg/@eserstack/ai directory: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript). Updates `@anthropic-ai/sdk` from 0.89.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.89.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] --- pkg/@eserstack/ai/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/@eserstack/ai/package.json b/pkg/@eserstack/ai/package.json index 2fb23f7d..8f9ae588 100644 --- a/pkg/@eserstack/ai/package.json +++ b/pkg/@eserstack/ai/package.json @@ -19,7 +19,7 @@ "@eserstack/shell": "workspace:*", "@eserstack/standards": "workspace:*", "@eserstack/streams": "workspace:*", - "@anthropic-ai/sdk": "^0.89.0", + "@anthropic-ai/sdk": "^0.91.1", "openai": "^6.33.0", "@google/genai": "^1.50.1" },