From 082f0ed8658604f6c626e525e6397eedb25044c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 16:08:11 +0000 Subject: [PATCH] :arrow_up:(deps): Update litellm requirement in /packages/mewbo_core Updates the requirements on [litellm](https://github.com/BerriAI/litellm) to permit the latest version. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/compare/litellm_1.81.13-dev...v1.95.0) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.95.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 ae8490eb..82b4482b 100644 --- a/packages/mewbo_core/pyproject.toml +++ b/packages/mewbo_core/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ # on any client-only install. Took down every tool-bearing call on the # deployed API. Lift once upstream stops importing proxy # modules from the client path. - "litellm>=1.81.0,<1.92", + "litellm>=1.81.0,<1.96", "loguru>=0.7.2,<1.0.0", "markitdown[pdf,docx,xlsx,pptx,outlook]>=0.1.3,<1.0.0", "pydantic>=2.7.0,<3.0.0",