From f2a3488a3fe53373d7bd8499bf7b0d6e36857c3d Mon Sep 17 00:00:00 2001 From: "hanzhi.421" Date: Tue, 19 Aug 2025 17:07:38 +0800 Subject: [PATCH] chore: openai version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]