From e7af81a39c19a5b6816ccf76747850f75cf9a18b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 23:31:27 +0000 Subject: [PATCH] chore(deps): bump litellm from 1.79.1 to 1.83.7 in /examples/adk Bumps [litellm](https://github.com/BerriAI/litellm) from 1.79.1 to 1.83.7. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/commits) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.83.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/adk/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/adk/requirements.txt b/examples/adk/requirements.txt index 70e2c5d..512bfa0 100644 --- a/examples/adk/requirements.txt +++ b/examples/adk/requirements.txt @@ -1,6 +1,6 @@ aioconsole == 0.8.2 coa-dev-coagent == 0.7.1 google-adk == 1.18.0 -litellm == 1.79.1 +litellm == 1.83.7 openai == 2.6.1 python-dotenv == 1.2.1