From f936b5b1f7b74b33071e7a09f533ea7211487d1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 00:54:26 +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.87.0...v1.88.1) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.88.1 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 0ce0cc6..cb417f3 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.87.0"] +litellm = ["litellm!=1.82.7,!=1.82.8,>=1.88.1"] [project.scripts] ph = "phronesitron.cli:main"