We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374dc3d commit e7539f4Copy full SHA for e7539f4
pyproject.toml
@@ -21,7 +21,7 @@ dependencies = [
21
"opentelemetry-exporter-otlp>=1.35.0",
22
"opentelemetry-instrumentation-logging>=0.56b0",
23
"wrapt>=1.17.2", # For patching built-in functions
24
- "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
25
]
26
27
[project.scripts]
0 commit comments