From fe4d05de6b2b77d11bb079f75bcdf2dc4063f694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:27:59 +0000 Subject: [PATCH] Bump litellm from 1.82.6 to 1.83.0 in /packages/graphrag-llm Bumps [litellm](https://github.com/BerriAI/litellm) from 1.82.6 to 1.83.0. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/commits) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.83.0 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..982ef83cc 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.0", "nest-asyncio2~=1.7", "pydantic~=2.10", "typing-extensions~=4.12"