Skip to content

Commit

Permalink
Update LLM provider SDK npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hash-worker[bot] authored Jan 27, 2025
1 parent d62080f commit f50b501
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 10 deletions.
4 changes: 2 additions & 2 deletions apps/hash-ai-worker-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"test:unit": "vitest --run --exclude \"**/*.ai.test.ts\""
},
"dependencies": {
"@anthropic-ai/bedrock-sdk": "0.11.2",
"@anthropic-ai/sdk": "0.32.1",
"@anthropic-ai/bedrock-sdk": "0.12.4",
"@anthropic-ai/sdk": "0.36.3",
"@apps/hash-graph": "0.0.0-private",
"@blockprotocol/graph": "0.4.0-canary.0",
"@blockprotocol/type-system": "0.1.2-canary.0",
Expand Down
31 changes: 23 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ __metadata:
languageName: node
linkType: hard

"@anthropic-ai/bedrock-sdk@npm:0.11.2":
version: 0.11.2
resolution: "@anthropic-ai/bedrock-sdk@npm:0.11.2"
"@anthropic-ai/bedrock-sdk@npm:0.12.4":
version: 0.12.4
resolution: "@anthropic-ai/bedrock-sdk@npm:0.12.4"
dependencies:
"@anthropic-ai/sdk": "npm:^0"
"@anthropic-ai/sdk": "npm:>=0.36 <1"
"@aws-crypto/sha256-js": "npm:^4.0.0"
"@aws-sdk/client-bedrock-runtime": "npm:^3.423.0"
"@aws-sdk/credential-providers": "npm:^3.341.0"
Expand All @@ -40,11 +40,11 @@ __metadata:
"@smithy/smithy-client": "npm:^2.1.9"
"@smithy/types": "npm:^2.3.4"
"@smithy/util-base64": "npm:^2.0.0"
checksum: 10c0/08534d8bc3a0887150d1e244e9f853d53e82b1b3fef871dc496b2095e71760373c6f0e54fd915db0d73913dd37ee2fc06206c6ac7a0b39de7628e21d47834a22
checksum: 10c0/c02c7c5818a9b1e7728084d1456acff2dfaf0420a05abbafb3e67ed125d5d4c5978d782ac8e3fb6fcf0a89038143e79498aa6d522906a6f8d9f2a5618d098c7a
languageName: node
linkType: hard

"@anthropic-ai/sdk@npm:0.32.1, @anthropic-ai/sdk@npm:^0":
"@anthropic-ai/sdk@npm:0.32.1":
version: 0.32.1
resolution: "@anthropic-ai/sdk@npm:0.32.1"
dependencies:
Expand All @@ -59,6 +59,21 @@ __metadata:
languageName: node
linkType: hard

"@anthropic-ai/sdk@npm:0.36.3, @anthropic-ai/sdk@npm:>=0.36 <1":
version: 0.36.3
resolution: "@anthropic-ai/sdk@npm:0.36.3"
dependencies:
"@types/node": "npm:^18.11.18"
"@types/node-fetch": "npm:^2.6.4"
abort-controller: "npm:^3.0.0"
agentkeepalive: "npm:^4.2.1"
form-data-encoder: "npm:1.7.2"
formdata-node: "npm:^4.3.2"
node-fetch: "npm:^2.6.7"
checksum: 10c0/9d92e78282ce8389570522e5bf14a9fb35dcaa74e70e44d2318e7c45b5c40ce9445f0a14a244d66b9a9991b6832d728c003eda3d5b01c01fe4cef3dc9811a8f7
languageName: node
linkType: hard

"@apidevtools/json-schema-ref-parser@npm:11.7.3, @apidevtools/json-schema-ref-parser@npm:^11.5.5":
version: 11.7.3
resolution: "@apidevtools/json-schema-ref-parser@npm:11.7.3"
Expand Down Expand Up @@ -265,8 +280,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@apps/hash-ai-worker-ts@workspace:apps/hash-ai-worker-ts"
dependencies:
"@anthropic-ai/bedrock-sdk": "npm:0.11.2"
"@anthropic-ai/sdk": "npm:0.32.1"
"@anthropic-ai/bedrock-sdk": "npm:0.12.4"
"@anthropic-ai/sdk": "npm:0.36.3"
"@apps/hash-graph": "npm:0.0.0-private"
"@blockprotocol/graph": "npm:0.4.0-canary.0"
"@blockprotocol/type-system": "npm:0.1.2-canary.0"
Expand Down

0 comments on commit f50b501

Please sign in to comment.