From 3bcff31f529ed6809237ce0be188585a04b048d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 03:07:15 +0000 Subject: [PATCH] chore(deps): update litellm requirement 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/v1.90.0) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.90.0 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 9897450..3a405b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ PyYAML>=6.0.3,<7 # AI, LLM, And Tokenization # Provider SDKs, routing layers, MCP support, embeddings, and token counting. anthropic -litellm>=1.83.9,<1.83.10 +litellm>=1.90.0,<1.90.1 mcp openai tiktoken