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 30a8061 commit 66558d5Copy full SHA for 66558d5
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