diff --git a/pyproject.toml b/pyproject.toml index fcd444fb..a2d1a121 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "opentelemetry-exporter-otlp>=1.35.0", "opentelemetry-instrumentation-logging>=0.56b0", "wrapt>=1.17.2", # For patching built-in functions - "openai==1.99.9" # For fix https://github.com/BerriAI/litellm/issues/13710 + "openai<1.100" # For fix https://github.com/BerriAI/litellm/issues/13710 ] [project.scripts]