From 394253a81f9bccbaef38bdb084da442668695f86 Mon Sep 17 00:00:00 2001 From: Amy Wu Date: Tue, 17 Mar 2026 18:01:04 -0700 Subject: [PATCH] feat: Add aiohttp to agent_engines dependencies. PiperOrigin-RevId: 885301974 --- 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 = [