fix(dependencies): downgrade @anthropic-ai/bedrock-sdk to version 0.29.1 (#940)

This commit is contained in:
Mattsson
2026-07-08 21:07:06 +02:00
committed by GitHub
parent 3a3c4adbc6
commit c068638d24
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -9,7 +9,7 @@
"version": "0.1.0",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@anthropic-ai/bedrock-sdk": "^0.32.0",
"@anthropic-ai/bedrock-sdk": "^0.29.1",
"@hookform/resolvers": "^5.4.0",
"@radix-ui/react-checkbox": "^1.3.6",
"@radix-ui/react-dialog": "^1.1.18",
@@ -92,9 +92,9 @@
}
},
"node_modules/@anthropic-ai/bedrock-sdk": {
"version": "0.32.0",
"resolved": "https://registry.npmjs.org/@anthropic-ai/bedrock-sdk/-/bedrock-sdk-0.32.0.tgz",
"integrity": "sha512-V8PV8WTNjK8JkbnzzNIPPJq32oUCB2ue4Oa4xHo9VihDJ8r4v0lsnnbrn5OmbyDbcVojkM1zIYkdEzbOA6sIaQ==",
"version": "0.29.1",
"resolved": "https://registry.npmjs.org/@anthropic-ai/bedrock-sdk/-/bedrock-sdk-0.29.1.tgz",
"integrity": "sha512-eV3vqNvMEy9C5nBgZMlKFewgXoBcIuV/PERRQJIlot3Vd5lU8dVUS7YqkkbXLw8p/gkDmam3PPoPNYsEAmqivw==",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": ">=0.50.3 <1",
+1 -1
View File
@@ -22,7 +22,7 @@
"test:pg": "vitest run --project pg-real"
},
"dependencies": {
"@anthropic-ai/bedrock-sdk": "^0.32.0",
"@anthropic-ai/bedrock-sdk": "^0.29.1",
"@hookform/resolvers": "^5.4.0",
"@radix-ui/react-checkbox": "^1.3.6",
"@radix-ui/react-dialog": "^1.1.18",