Skip to content

Commit 34ac75d

Browse files
Update LLM provider SDK npm packages
1 parent 7930458 commit 34ac75d

File tree

2 files changed

+25
-10
lines changed

2 files changed

+25
-10
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.12.4",
46+
"@anthropic-ai/sdk": "0.36.2",
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",

yarn.lock

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ __metadata:
2525
languageName: node
2626
linkType: hard
2727

28-
"@anthropic-ai/bedrock-sdk@npm:0.11.2":
29-
version: 0.11.2
30-
resolution: "@anthropic-ai/bedrock-sdk@npm:0.11.2"
28+
"@anthropic-ai/bedrock-sdk@npm:0.12.4":
29+
version: 0.12.4
30+
resolution: "@anthropic-ai/bedrock-sdk@npm:0.12.4"
3131
dependencies:
32-
"@anthropic-ai/sdk": "npm:^0"
32+
"@anthropic-ai/sdk": "npm:>=0.36 <1"
3333
"@aws-crypto/sha256-js": "npm:^4.0.0"
3434
"@aws-sdk/client-bedrock-runtime": "npm:^3.423.0"
3535
"@aws-sdk/credential-providers": "npm:^3.341.0"
@@ -40,11 +40,11 @@ __metadata:
4040
"@smithy/smithy-client": "npm:^2.1.9"
4141
"@smithy/types": "npm:^2.3.4"
4242
"@smithy/util-base64": "npm:^2.0.0"
43-
checksum: 10c0/08534d8bc3a0887150d1e244e9f853d53e82b1b3fef871dc496b2095e71760373c6f0e54fd915db0d73913dd37ee2fc06206c6ac7a0b39de7628e21d47834a22
43+
checksum: 10c0/c02c7c5818a9b1e7728084d1456acff2dfaf0420a05abbafb3e67ed125d5d4c5978d782ac8e3fb6fcf0a89038143e79498aa6d522906a6f8d9f2a5618d098c7a
4444
languageName: node
4545
linkType: hard
4646

47-
"@anthropic-ai/sdk@npm:0.32.1, @anthropic-ai/sdk@npm:^0":
47+
"@anthropic-ai/sdk@npm:0.32.1":
4848
version: 0.32.1
4949
resolution: "@anthropic-ai/sdk@npm:0.32.1"
5050
dependencies:
@@ -59,6 +59,21 @@ __metadata:
5959
languageName: node
6060
linkType: hard
6161

62+
"@anthropic-ai/sdk@npm:0.36.2, @anthropic-ai/sdk@npm:>=0.36 <1":
63+
version: 0.36.2
64+
resolution: "@anthropic-ai/sdk@npm:0.36.2"
65+
dependencies:
66+
"@types/node": "npm:^18.11.18"
67+
"@types/node-fetch": "npm:^2.6.4"
68+
abort-controller: "npm:^3.0.0"
69+
agentkeepalive: "npm:^4.2.1"
70+
form-data-encoder: "npm:1.7.2"
71+
formdata-node: "npm:^4.3.2"
72+
node-fetch: "npm:^2.6.7"
73+
checksum: 10c0/794cb8be4d850a26f29912f5e108045716ed54ce1d1905da2813357ee6a8fd11823449b6b2ff7041d87f5dc891fe6c97680abf4c76fd150c031bab7712156780
74+
languageName: node
75+
linkType: hard
76+
6277
"@apidevtools/json-schema-ref-parser@npm:11.7.3, @apidevtools/json-schema-ref-parser@npm:^11.5.5":
6378
version: 11.7.3
6479
resolution: "@apidevtools/json-schema-ref-parser@npm:11.7.3"
@@ -265,8 +280,8 @@ __metadata:
265280
version: 0.0.0-use.local
266281
resolution: "@apps/hash-ai-worker-ts@workspace:apps/hash-ai-worker-ts"
267282
dependencies:
268-
"@anthropic-ai/bedrock-sdk": "npm:0.11.2"
269-
"@anthropic-ai/sdk": "npm:0.32.1"
283+
"@anthropic-ai/bedrock-sdk": "npm:0.12.4"
284+
"@anthropic-ai/sdk": "npm:0.36.2"
270285
"@apps/hash-graph": "npm:0.0.0-private"
271286
"@blockprotocol/graph": "npm:0.4.0-canary.0"
272287
"@blockprotocol/type-system": "npm:0.1.2-canary.0"

0 commit comments

Comments
 (0)