From c8f93c3df0006fdc7e2c1d9ad59a235b5c1eba0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 23:42:48 +0000 Subject: [PATCH] build(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/compare/v1.84.0...v1.92.0) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.92.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f94ea01..d994107 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ # litellm < 1.84.0 has CVE-2026-49468 (auth bypass via Host header injection). # Cap < 1.92: 1.92.0 adds a Rust extension with no Windows wheel (maturin # source build fails); 1.91.3 is the last pure-Python release. - "litellm>=1.84.0,<1.92", + "litellm>=1.84.0,<1.93", "pydantic>=2.12.5,<3.0", "pydantic-settings>=2.14.2,<3.0", "click>=8.1.0,<9.0",