From 1b3c219cfa1f92a8fe8fd67a6550d913e078271c Mon Sep 17 00:00:00 2001 From: Amy Wu Date: Mon, 16 Mar 2026 15:17:25 -0700 Subject: [PATCH] feat: support mTLS in sync default CUJs through google-auth migration (except custom args and custom httpx.Client) PiperOrigin-RevId: 884659552 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index edf3fca906..f761210021 100644 --- a/setup.py +++ b/setup.py @@ -169,6 +169,7 @@ "pydantic >= 2.11.1, < 3", "typing_extensions", "google-cloud-iam", + "aiohttp", # for ADK users to use aiohttp rather than httpx client ] evaluation_extra_require = [