From 2ef077d64443704f4976ebb5cef841b535e59926 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 20:56:31 +0000 Subject: [PATCH] Update LLM provider SDK npm packages --- apps/hash-ai-worker-ts/package.json | 4 ++-- libs/@local/repo-chores/node/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/hash-ai-worker-ts/package.json b/apps/hash-ai-worker-ts/package.json index e5015b48121..faab3f12269 100644 --- a/apps/hash-ai-worker-ts/package.json +++ b/apps/hash-ai-worker-ts/package.json @@ -44,8 +44,8 @@ "test:unit": "vitest --run --exclude \"**/*.ai.test.ts\"" }, "dependencies": { - "@anthropic-ai/bedrock-sdk": "0.26.3", - "@anthropic-ai/sdk": "0.74.0", + "@anthropic-ai/bedrock-sdk": "0.32.0", + "@anthropic-ai/sdk": "0.112.4", "@apps/hash-graph": "workspace:*", "@aws-sdk/credential-providers": "3.1055.0", "@blockprotocol/graph": "workspace:*", diff --git a/libs/@local/repo-chores/node/package.json b/libs/@local/repo-chores/node/package.json index b405066f7ae..ba40697881c 100644 --- a/libs/@local/repo-chores/node/package.json +++ b/libs/@local/repo-chores/node/package.json @@ -10,7 +10,7 @@ "lint:tsc": "tsc --noEmit" }, "dependencies": { - "@anthropic-ai/sdk": "0.74.0", + "@anthropic-ai/sdk": "0.112.4", "@blockprotocol/core": "0.1.5", "@linear/sdk": "61.0.0", "@local/hash-backend-utils": "workspace:*",