diff --git a/examples/agent/google-adk/requirements.txt b/examples/agent/google-adk/requirements.txt index a8801ae6..8ba4dbaa 100644 --- a/examples/agent/google-adk/requirements.txt +++ b/examples/agent/google-adk/requirements.txt @@ -1,4 +1,4 @@ -google-adk +google-adk>=1.28.1 openinference-instrumentation-google-adk python-dotenv -splunk-ao \ No newline at end of file +splunk-ao diff --git a/splunk-ao-adk/pyproject.toml b/splunk-ao-adk/pyproject.toml index 96e46476..94723c49 100644 --- a/splunk-ao-adk/pyproject.toml +++ b/splunk-ao-adk/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ ] dependencies = [ "splunk-ao>=0.1.0,<1.0.0", - "google-adk>=1.14.1,<2.0.0", + "google-adk>=1.28.1,<2.0.0", ] [project.urls]