Skip to content

Commit 40ecdb2

Browse files
Update LLM provider SDK npm packages
1 parent 1066022 commit 40ecdb2

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

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.26.3",
46-
"@anthropic-ai/sdk": "0.74.0",
45+
"@anthropic-ai/bedrock-sdk": "0.26.4",
46+
"@anthropic-ai/sdk": "0.78.0",
4747
"@apps/hash-graph": "workspace:*",
4848
"@blockprotocol/graph": "workspace:*",
4949
"@blockprotocol/type-system": "workspace:*",

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.74.0",
13+
"@anthropic-ai/sdk": "0.78.0",
1414
"@blockprotocol/core": "0.1.4",
1515
"@linear/sdk": "61.0.0",
1616
"@local/hash-backend-utils": "workspace:*",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ __metadata:
2222
languageName: node
2323
linkType: hard
2424

25-
"@anthropic-ai/bedrock-sdk@npm:0.26.3":
26-
version: 0.26.3
27-
resolution: "@anthropic-ai/bedrock-sdk@npm:0.26.3"
25+
"@anthropic-ai/bedrock-sdk@npm:0.26.4":
26+
version: 0.26.4
27+
resolution: "@anthropic-ai/bedrock-sdk@npm:0.26.4"
2828
dependencies:
2929
"@anthropic-ai/sdk": "npm:>=0.50.3 <1"
3030
"@aws-crypto/sha256-js": "npm:^4.0.0"
@@ -37,13 +37,13 @@ __metadata:
3737
"@smithy/smithy-client": "npm:^2.1.9"
3838
"@smithy/types": "npm:^2.3.4"
3939
"@smithy/util-base64": "npm:^2.0.0"
40-
checksum: 10c0/9f7e38052d27fbc299fc43a35359bf8579facdc37b3dbaa4f4d9174413b8c5bc167155d5b788cf067393ca3b1c6c0b62e1dadc749ea75e2d77429d936a26ef93
40+
checksum: 10c0/d2440132b9c734526476699007bc811c66e4b0b459074711142e0c2eaaf19dcf64aaf2a8abe0506861db19129ef9ed545a0e949b14b1ecad3e9190bc54ff9317
4141
languageName: node
4242
linkType: hard
4343

44-
"@anthropic-ai/sdk@npm:0.74.0, @anthropic-ai/sdk@npm:>=0.50.3 <1":
45-
version: 0.74.0
46-
resolution: "@anthropic-ai/sdk@npm:0.74.0"
44+
"@anthropic-ai/sdk@npm:0.78.0, @anthropic-ai/sdk@npm:>=0.50.3 <1":
45+
version: 0.78.0
46+
resolution: "@anthropic-ai/sdk@npm:0.78.0"
4747
dependencies:
4848
json-schema-to-ts: "npm:^3.1.1"
4949
peerDependencies:
@@ -53,7 +53,7 @@ __metadata:
5353
optional: true
5454
bin:
5555
anthropic-ai-sdk: bin/cli
56-
checksum: 10c0/723fe922a387a6a66b4f24e3acd73fc14015013f51802c0a3df57a953652b2e74267c8da1cc72d35be366e89fd5b957ff4009a3d7ff3fce1e63d7d5358f86b35
56+
checksum: 10c0/a43c83047d0f6ac8d50938e8a07aee27b8891cf51011fcbdb07159996762f262734e4839df00e57f713e25c8c740424939e13c91e6b3f5b12879b9cde1d9c835
5757
languageName: node
5858
linkType: hard
5959

@@ -346,8 +346,8 @@ __metadata:
346346
version: 0.0.0-use.local
347347
resolution: "@apps/hash-ai-worker-ts@workspace:apps/hash-ai-worker-ts"
348348
dependencies:
349-
"@anthropic-ai/bedrock-sdk": "npm:0.26.3"
350-
"@anthropic-ai/sdk": "npm:0.74.0"
349+
"@anthropic-ai/bedrock-sdk": "npm:0.26.4"
350+
"@anthropic-ai/sdk": "npm:0.78.0"
351351
"@apps/hash-graph": "workspace:*"
352352
"@blockprotocol/graph": "workspace:*"
353353
"@blockprotocol/type-system": "workspace:*"
@@ -9452,7 +9452,7 @@ __metadata:
94529452
version: 0.0.0-use.local
94539453
resolution: "@local/repo-chores@workspace:libs/@local/repo-chores/node"
94549454
dependencies:
9455-
"@anthropic-ai/sdk": "npm:0.74.0"
9455+
"@anthropic-ai/sdk": "npm:0.78.0"
94569456
"@blockprotocol/core": "npm:0.1.4"
94579457
"@linear/sdk": "npm:61.0.0"
94589458
"@local/eslint": "workspace:*"

0 commit comments

Comments
 (0)