From 4fac49d5cdece8a462dc342e4d3b768105c01bf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 16:07:24 +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.93.0) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.93.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 d2590c68..3c11ea6e 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 (2026-07-14). Lift when upstream stops importing proxy # modules from the client path. - "litellm>=1.81.0,<1.92", + "litellm>=1.81.0,<1.94", "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",