diff --git a/bun.lock b/bun.lock index c94440c4b..82bd1f114 100644 --- a/bun.lock +++ b/bun.lock @@ -91,7 +91,7 @@ "vitest": "^3.2.4", }, "optionalDependencies": { - "@google/genai": "^1.50.1", + "@google/genai": "^1.52.0", }, }, "packages/core": { diff --git a/packages/cli/package.json b/packages/cli/package.json index b8108fb8e..5bc9c36f5 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -57,7 +57,7 @@ "vitest": "^3.2.4" }, "optionalDependencies": { - "@google/genai": "^1.50.1" + "@google/genai": "^1.52.0" }, "engines": { "node": ">=22"