From e0fe386234d27fa599d61839e1803c2e4bf73c81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 15:44:09 +0000 Subject: [PATCH] chore(deps): bump litellm from 1.75.0 to 1.79.1 Bumps [litellm](https://github.com/BerriAI/litellm) from 1.75.0 to 1.79.1. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/commits) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.79.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index acd2cb6..ee5cc49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "matplotlib>=3.10.3", "pytest-xdist>=3.8.0", "boto3>=1.39.11", - "litellm==1.75.0", + "litellm==1.79.1", ]