From 186001650a87ffd4671b0992991a79dca2012cf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 19:00:46 +0000 Subject: [PATCH] Bump litellm from 1.49.4 to 1.53.1.dev1 Bumps [litellm](https://github.com/BerriAI/litellm) from 1.49.4 to 1.53.1.dev1. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/compare/v1.49.4...v1.53.1.dev1) --- updated-dependencies: - dependency-name: litellm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1389efd..e48e03c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = ["Your Name "] python = ">=3.10,<3.13" crewai = "0.95.0" crewai-tools = "0.32.0" -litellm = "1.49.4" +litellm = "1.53.1.dev1" langchain = "0.3.15" langchain-ibm = "0.3.5" langgraph = "0.2.65"