Skip to content

Commit 90a9389

Browse files
yeesiancopybara-github
authored andcommitted
chore: Add aiohttp as a dependency for agent engine
PiperOrigin-RevId: 853773598
1 parent c8c0f0f commit 90a9389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,7 @@
141141
]
142142

143143
adk_extra_require = [
144-
# 1.0.0 contains breaking changes, so we need to pin to 1.0.0.
145144
"google-adk >= 1.0.0, < 2.0.0",
146-
"opentelemetry-instrumentation-google-genai>=0.3b0, <1.0.0",
147145
]
148146

149147
reasoning_engine_extra_require = [
@@ -153,8 +151,10 @@
153151
"opentelemetry-exporter-gcp-logging >= 1.11.0a0, < 2.0.0",
154152
"opentelemetry-exporter-gcp-trace < 2",
155153
"opentelemetry-exporter-otlp-proto-http < 2",
154+
"opentelemetry-instrumentation-google-genai>=0.3b0, <1.0.0",
156155
"pydantic >= 2.11.1, < 3",
157156
"typing_extensions",
157+
"aiohttp", # for ADK users to use aiohttp rather than httpx client
158158
]
159159

160160
agent_engines_extra_require = [

0 commit comments

Comments
 (0)