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",