From b3316b0b301ea6f37ac993e67e745b3018edf237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 15:58:21 +0000 Subject: [PATCH] build(deps): bump @anthropic-ai/vertex-sdk from 0.7.0 to 0.12.1 Bumps [@anthropic-ai/vertex-sdk](https://github.com/anthropics/anthropic-sdk-typescript) from 0.7.0 to 0.12.1. - [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-typescript/compare/v0.7.0...v0.12.1) --- updated-dependencies: - dependency-name: "@anthropic-ai/vertex-sdk" dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++++++++----- package.json | 2 +- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3dc76c8e5..518318a1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", - "@anthropic-ai/vertex-sdk": "^0.7.0", + "@anthropic-ai/vertex-sdk": "^0.12.1", "@aws-sdk/client-bedrock-runtime": "^3.779.0", "@google/genai": "^0.9.0", "@mistralai/mistralai": "^1.3.6", @@ -169,14 +169,24 @@ "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" }, "node_modules/@anthropic-ai/vertex-sdk": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@anthropic-ai/vertex-sdk/-/vertex-sdk-0.7.0.tgz", - "integrity": "sha512-zNm3hUXgYmYDTyveIxOyxbcnh5VXFkrLo4bSnG6LAfGzW7k3k2iCNDSVKtR9qZrK2BCid7JtVu7jsEKaZ/9dSw==", + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/@anthropic-ai/vertex-sdk/-/vertex-sdk-0.12.1.tgz", + "integrity": "sha512-gcnHAiVH45Eni2YfivVEm5JAh5xuOobjrLWTOybzrwna/bh01GzXQsZKI2d4HDFTC5fDJ6XlYS/ZBZOXN5Pvuw==", + "license": "MIT", "dependencies": { - "@anthropic-ai/sdk": ">=0.35 <1", + "@anthropic-ai/sdk": ">=0.50.3 <1", "google-auth-library": "^9.4.2" } }, + "node_modules/@anthropic-ai/vertex-sdk/node_modules/@anthropic-ai/sdk": { + "version": "0.57.0", + "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.57.0.tgz", + "integrity": "sha512-z5LMy0MWu0+w2hflUgj4RlJr1R+0BxKXL7ldXTO8FasU8fu599STghO+QKwId2dAD0d464aHtU+ChWuRHw4FNw==", + "license": "MIT", + "bin": { + "anthropic-ai-sdk": "bin/cli" + } + }, "node_modules/@aws-crypto/crc32": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-5.2.0.tgz", diff --git a/package.json b/package.json index 3d858ed9b..5c4bc1224 100644 --- a/package.json +++ b/package.json @@ -380,7 +380,7 @@ "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", - "@anthropic-ai/vertex-sdk": "^0.7.0", + "@anthropic-ai/vertex-sdk": "^0.12.1", "@aws-sdk/client-bedrock-runtime": "^3.779.0", "@google/genai": "^0.9.0", "@mistralai/mistralai": "^1.3.6",