From 06ccedbe4aad84dc4bc03e235458b94061691911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 16:08:56 +0000 Subject: [PATCH] Bump litellm from 1.82.6 to 1.83.7 in /packages/graphrag-llm Bumps [litellm](https://github.com/BerriAI/litellm) from 1.82.6 to 1.83.7. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/commits) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.83.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/graphrag-llm/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graphrag-llm/pyproject.toml b/packages/graphrag-llm/pyproject.toml index 7addd46fa..32195b326 100644 --- a/packages/graphrag-llm/pyproject.toml +++ b/packages/graphrag-llm/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "graphrag-cache==3.0.9", "graphrag-common==3.0.9", "jinja2~=3.1", - "litellm==1.82.6", + "litellm==1.83.7", "nest-asyncio2~=1.7", "pydantic~=2.10", "typing-extensions~=4.12"