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