From 596304ba4c9fa135f053d8305d2b41b13db4ea75 Mon Sep 17 00:00:00 2001 From: Wanlin Du Date: Thu, 11 Jun 2026 15:22:42 -0700 Subject: [PATCH] chore: Update minimum version for pydantic. PiperOrigin-RevId: 930768182 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca4f19131..f390fba5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "anyio>=4.8.0, <5.0.0", "google-auth[requests]>=2.48.1, <3.0.0", "httpx>=0.28.1, <1.0.0", - "pydantic>=2.9.0, <3.0.0", + "pydantic>=2.12.5, <3.0.0", "requests>=2.28.1, <3.0.0", "tenacity>=8.2.3, <9.2.0", "websockets>=13.0.0, <17.0",