From 292af24363267b5cd33cdc502d7568fc83dadd81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 16:08:21 +0000 Subject: [PATCH] :arrow_up:(deps): Update langchain-litellm requirement Updates the requirements on [langchain-litellm](https://github.com/langchain-ai/langchain-litellm) to permit the latest version. - [Release notes](https://github.com/langchain-ai/langchain-litellm/releases) - [Changelog](https://github.com/langchain-ai/langchain-litellm/blob/main/CHANGELOG.md) - [Commits](https://github.com/langchain-ai/langchain-litellm/compare/langchain-litellm==0.6.2...langchain-litellm==0.7.0) --- updated-dependencies: - dependency-name: langchain-litellm dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/mewbo_core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mewbo_core/pyproject.toml b/packages/mewbo_core/pyproject.toml index 1ef4fff6..d5056888 100644 --- a/packages/mewbo_core/pyproject.toml +++ b/packages/mewbo_core/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "langchain>=1.0.0,<2.0.0", "langchain-core>=1.2.8,<2.0.0", "langchain-community>=0.4.1,<0.5.0", - "langchain-litellm>=0.4.0,<0.7.0", + "langchain-litellm>=0.4.0,<0.8.0", "langfuse>=3.8.0,<5.0.0", "litellm>=1.81.0,<2.0.0", "loguru>=0.7.2,<1.0.0",