From 93f0daa373763d4f1435511454504704feaf3947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 18:42:16 +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/commits) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.94.1 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..5a7bb13e 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.95", "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",