diff --git a/apps/hash-ai-worker-ts/package.json b/apps/hash-ai-worker-ts/package.json index 04069ff3804..6463d2b0694 100644 --- a/apps/hash-ai-worker-ts/package.json +++ b/apps/hash-ai-worker-ts/package.json @@ -42,8 +42,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.29.1", + "@anthropic-ai/sdk": "0.92.0", "@apps/hash-graph": "workspace:*", "@blockprotocol/graph": "workspace:*", "@blockprotocol/type-system": "workspace:*", diff --git a/libs/@local/repo-chores/node/package.json b/libs/@local/repo-chores/node/package.json index 8e07f0343ea..115b6e06674 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.92.0", "@blockprotocol/core": "0.1.4", "@linear/sdk": "61.0.0", "@local/hash-backend-utils": "workspace:*",