Skip to content

Commit 4d4b0e4

Browse files
committed
Update instrumentation_dependencies to require 'google-adk' instead of 'google-genai' for improved package management.
1 parent 19f0d4f commit 4d4b0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agentops/instrumentation/google_adk/instrumentor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class GoogleADKInstrumentor(BaseInstrumentor):
2929

3030
def instrumentation_dependencies(self) -> Collection[str]:
3131
"""Return packages required for instrumentation."""
32-
return ["google-genai >= 0.1.0"]
32+
return ["google-adk >= 0.1.0"]
3333

3434
def _instrument(self, **kwargs):
3535
"""Instrument the Google ADK.

0 commit comments

Comments
 (0)