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
This commit is contained in:
George Weale
2025-08-19 14:43:58 -07:00
committed by Copybara-Service
parent fef5318a22
commit bb8ebd15f9
+1 -1
View File
@@ -104,7 +104,7 @@ test = [
"langgraph>=0.2.60, <= 0.4.10", # For LangGraphAgent
"litellm>=1.75.5, <2.0.0", # For LiteLLM tests
"llama-index-readers-file>=0.4.0", # For retrieval tests
"openai<=1.99.9", # For LiteLLM
"openai>=1.100.2", # For LiteLLM
"pytest-asyncio>=0.25.0",
"pytest-mock>=3.14.0",
"pytest-xdist>=3.6.1",