From c8a43911e724d784b3dd92ae545866f40b04c926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 00:30:03 +0000 Subject: [PATCH] deps: bump litellm from 1.82.3 to 1.83.8 Bumps [litellm](https://github.com/BerriAI/litellm) from 1.82.3 to 1.83.8. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/commits) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.83.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3bf12361..982ec6af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ # Core: lightweight compression (SmartCrusher, ContentRouter, CCR, TOIN) "tiktoken>=0.5.0", # Tokenizer for all compressors "pydantic>=2.0.0", # Config and data models - "litellm==1.82.3", # Model registry, pricing, and provider support + "litellm==1.83.8", # Model registry, pricing, and provider support "click>=8.1.0", # CLI framework "rich>=13.0.0", # Rich terminal output "opentelemetry-api>=1.24.0", # Safe no-op OTEL API for instrumentation @@ -183,7 +183,7 @@ dev = [ "pre-commit>=3.0.0", "openai>=1.0.0", "anthropic>=0.18.0", - "litellm==1.82.3", + "litellm==1.83.8", "fastapi>=0.100.0", "uvicorn>=0.23.0", "httpx[http2]>=0.24.0",