From 1906e794362b2f2fd795cb02863830d5458f5bce Mon Sep 17 00:00:00 2001 From: Sasha Sobran Date: Mon, 5 Jan 2026 12:44:38 -0800 Subject: [PATCH] chore: bump google auth lower bound PiperOrigin-RevId: 852416081 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 958205c4e1..0348f72aa5 100644 --- a/setup.py +++ b/setup.py @@ -307,7 +307,7 @@ "google-api-core[grpc] >= 1.34.1," " <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*" ), - "google-auth >= 2.45.0, <3.0.0", + "google-auth >= 2.46.0, <3.0.0", "proto-plus >= 1.22.3, <2.0.0", "protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5", "packaging >= 14.3",