From 0bd6e98293edd90b5b53aaa262334b6cbf991fb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 10:12:35 +0000 Subject: [PATCH] :arrow_up: deps(deps): Bump litellm from 1.59.10 to 1.66.0 Bumps [litellm](https://github.com/BerriAI/litellm) from 1.59.10 to 1.66.0. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/commits) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.66.0 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 5162456..a283157 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ ] dependencies = [ "click>=8.0.0", - "litellm==1.59.10", + "litellm==1.66.0", "pyyaml>=6.0.0", "python-dotenv>=1.0.0" ]