Skip to content

Commit 5a613e4

Browse files
committed
fix(plugins/vertexai): VertexAI plugin's anthropic sdk version conflicting with Anthropic plugin's anthropic sdk version
1 parent f849352 commit 5a613e4

File tree

2 files changed

+22
-32
lines changed

2 files changed

+22
-32
lines changed

js/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@
3131
},
3232
"pnpm": {
3333
"overrides": {
34-
"cross-spawn": "^7.0.5"
34+
"cross-spawn": "^7.0.5",
35+
"@genkit-ai/vertexai>@anthropic-ai/sdk": "^0.24.3",
36+
"@anthropic-ai/vertex-sdk>@anthropic-ai/sdk": "^0.24.3",
37+
"@genkit-ai/anthropic>@anthropic-ai/sdk": "^0.71.2"
3538
}
3639
},
3740
"packageManager": "[email protected]+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e098d945d1601772cad0fef5fb6411e2a4b"

js/pnpm-lock.yaml

Lines changed: 18 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)