From 76cf0e5177753811ce9dd71423a7c6bfcb5940e2 Mon Sep 17 00:00:00 2001 From: Manasjyoti Sharma Date: Wed, 25 Mar 2026 08:17:45 +0530 Subject: [PATCH] Exclude litellm 1.82.7 and 1.82.8 from project tomls. --- packages/opentelemetry-instrumentation-litellm/pyproject.toml | 4 ++-- .../pyproject.toml | 2 +- packages/sample-app/pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/opentelemetry-instrumentation-litellm/pyproject.toml b/packages/opentelemetry-instrumentation-litellm/pyproject.toml index dc7eaa7217..6b302d14e3 100644 --- a/packages/opentelemetry-instrumentation-litellm/pyproject.toml +++ b/packages/opentelemetry-instrumentation-litellm/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ Repository = "https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-litellm" [project.optional-dependencies] -instruments = ["litellm>=1.71.2,<2"] +instruments = ["litellm>=1.71.2,<2,!=1.82.7,!=1.82.8"] [project.entry-points."opentelemetry_instrumentor"] litellm = "opentelemetry.instrumentation.litellm:LiteLLMInstrumentor" @@ -33,7 +33,7 @@ dev = [ "ruff>=0.4.0", ] test = [ - "litellm>=1.71.2,<2", + "litellm>=1.71.2,<2,!=1.82.7,!=1.82.8", "opentelemetry-sdk>=1.38.0,<2", "pytest-asyncio>=0.23.7,<0.24.0", "pytest-sugar==1.0.0", diff --git a/packages/opentelemetry-instrumentation-openai-agents/pyproject.toml b/packages/opentelemetry-instrumentation-openai-agents/pyproject.toml index 179dee37ac..f08079ad91 100644 --- a/packages/opentelemetry-instrumentation-openai-agents/pyproject.toml +++ b/packages/opentelemetry-instrumentation-openai-agents/pyproject.toml @@ -33,7 +33,7 @@ dev = [ "ruff>=0.4.0", ] test = [ - "litellm>=1.71.2,<2", + "litellm>=1.71.2,<2,!=1.82.7,!=1.82.8", "openai-agents>=0.6.9", "opentelemetry-sdk>=1.38.0,<2", "pytest-asyncio>=1.0.0,<2", diff --git a/packages/sample-app/pyproject.toml b/packages/sample-app/pyproject.toml index dd3bd1284d..5d26fbd2ef 100644 --- a/packages/sample-app/pyproject.toml +++ b/packages/sample-app/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "llama-index-embeddings-openai>=0.5.0,<0.6.0", "llama-index-llms-huggingface>=0.6.0,<0.7.0", "llama-index-llms-huggingface-api>=0.6.0,<0.7.0", - "litellm>=1.51.0,<2", + "litellm>=1.51.0,<2,!=1.82.7,!=1.82.8", "llama-index-vector-stores-chroma>=0.5.0,<0.6.0", "langchain-openai>=1.0.0,<2.0.0", "google-generativeai>=0.8.3,<0.9.0",