mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
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:
committed by
Copybara-Service
parent
fef5318a22
commit
bb8ebd15f9
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user