From 1676be52e282701e32c85acb4b98d5feba6ddd0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 05:34:42 +0000 Subject: [PATCH] build(deps): update litellm requirement from >=1.97.0 to >=1.99.0 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.97.0...v1.99.0) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.99.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 378127e..18d9c4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ "typer>=0.27.2", "rich>=13.0.0", - "litellm>=1.97.0", + "litellm>=1.99.0", "requests>=2.34.2", "networkx>=3.4.2", "pydantic>=2.13.5,<3.0.0", diff --git a/requirements.txt b/requirements.txt index 05690f0..8f9f89a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ typer>=0.27.2 rich>=13.0.0 -litellm>=1.97.0 +litellm>=1.99.0 requests>=2.34.2 networkx>=3.4.2 pydantic>=2.13.5