Skip to content

Commit 66558d5

Browse files
authored
chore: openai version (#84)
1 parent 30a8061 commit 66558d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"opentelemetry-exporter-otlp>=1.35.0",
2222
"opentelemetry-instrumentation-logging>=0.56b0",
2323
"wrapt>=1.17.2", # For patching built-in functions
24-
"openai==1.99.9" # For fix https://github.com/BerriAI/litellm/issues/13710
24+
"openai<1.100" # For fix https://github.com/BerriAI/litellm/issues/13710
2525
]
2626

2727
[project.scripts]

0 commit comments

Comments
 (0)