From d42953c39edac75646ba2340dbd5a7c1f9fc744c Mon Sep 17 00:00:00 2001 From: Mark Daoust Date: Tue, 6 Jan 2026 12:29:14 -0800 Subject: [PATCH] chore: revert google auth lower bound 2.46 got yanked. So now google-genai is not installable at head: "ERROR: Ignored the following yanked versions: 2.4.0, 2.46.0" PiperOrigin-RevId: 852889859 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 71e7d869b..099b417a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] dependencies = [ "anyio>=4.8.0, <5.0.0", - "google-auth[requests]>=2.46.0, <3.0.0", + "google-auth[requests]>=2.45.0, <3.0.0", "httpx>=0.28.1, <1.0.0", "pydantic>=2.9.0, <3.0.0", "requests>=2.28.1, <3.0.0",