From e34f3ad284fc9b311340a9cc50f931148a013609 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 00:54:06 +0000 Subject: [PATCH] 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.97.0...v1.98.0) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.98.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 648b32c..d14a2b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ Homepage = "https://github.com/retospect/phronesitron" Repository = "https://github.com/retospect/phronesitron" [project.optional-dependencies] -litellm = ["litellm!=1.82.7,!=1.82.8,>=1.97.0"] +litellm = ["litellm!=1.82.7,!=1.82.8,>=1.98.0"] [project.scripts] ph = "phronesitron.cli:main"