Skip to content

Commit bb8ebd1

Browse files
George Wealecopybara-github
authored andcommitted
chore: Update openai dependency version, based on correct OPENAI release
Bump the minimum required version of the `openai` package to `>=1.100.2` for compatibility with LiteLLM. PiperOrigin-RevId: 797027214
1 parent fef5318 commit bb8ebd1

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
@@ -104,7 +104,7 @@ test = [
104104
"langgraph>=0.2.60, <= 0.4.10", # For LangGraphAgent
105105
"litellm>=1.75.5, <2.0.0", # For LiteLLM tests
106106
"llama-index-readers-file>=0.4.0", # For retrieval tests
107-
"openai<=1.99.9", # For LiteLLM
107+
"openai>=1.100.2", # For LiteLLM
108108
"pytest-asyncio>=0.25.0",
109109
"pytest-mock>=3.14.0",
110110
"pytest-xdist>=3.6.1",

0 commit comments

Comments
 (0)