Skip to content

Commit addf51f

Browse files
Update LLM provider SDK npm packages
1 parent b5234ef commit addf51f

File tree

3 files changed

+260
-188
lines changed

3 files changed

+260
-188
lines changed

apps/hash-ai-worker-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"test:unit": "vitest --run --exclude \"**/*.ai.test.ts\""
4343
},
4444
"dependencies": {
45-
"@anthropic-ai/bedrock-sdk": "0.11.2",
46-
"@anthropic-ai/sdk": "0.32.1",
45+
"@anthropic-ai/bedrock-sdk": "0.23.0",
46+
"@anthropic-ai/sdk": "0.57.0",
4747
"@apps/hash-graph": "0.0.0-private",
4848
"@blockprotocol/graph": "0.4.0-canary.0",
4949
"@blockprotocol/type-system": "0.1.2-canary.0",

libs/@local/repo-chores/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint:tsc": "tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@anthropic-ai/sdk": "0.32.1",
13+
"@anthropic-ai/sdk": "0.57.0",
1414
"@blockprotocol/core": "patch:@blockprotocol/core@npm%3A0.1.3#~/.yarn/patches/@blockprotocol-core-npm-0.1.3-7c4f062e15.patch",
1515
"@linear/sdk": "6.0.0",
1616
"@local/hash-backend-utils": "0.0.0-private",

0 commit comments

Comments
 (0)