From 6c327c77ebf81f9faa479c6ce283db658a0f17df Mon Sep 17 00:00:00 2001 From: Amy Wu Date: Tue, 25 Aug 2026 11:45:54 -0700 Subject: [PATCH] fix(deps): allow @google/genai v2 and drop unused google-auth-library PiperOrigin-RevId: 970692989 --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index cf718748..373cdbbf 100644 --- a/package.json +++ b/package.json @@ -37,8 +37,7 @@ "posttest": "npm run lint" }, "dependencies": { - "@google/genai": "^1.45.0", - "google-auth-library": "^9.1.0" + "@google/genai": "^1.45.0 || ^2.0.0" }, "devDependencies": { "@eslint/js": "9.20.0",