From 8efce422d816a5e3f18bf88d9e972fc6b34ae676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 14:34:28 +0000 Subject: [PATCH] Update litellm requirement from >=1.83.0 to >=1.83.7 Updates the requirements on [litellm](https://github.com/BerriAI/litellm) to permit the latest version. - [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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 082781e..751e2bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ openai>=2.32.0 # to google-genai (see below). google-generativeai>=0.8.6 google-genai>=1.73.0 -litellm>=1.83.0 +litellm>=1.83.7 tiktoken>=0.12.0 # --- LangChain (used by some downstream callers) -------------------------