chore: raise openai and openai-agents floors to the tested API generation

This commit is contained in:
Ray 2026-07-21 15:09:29 +08:00
parent 6b94738295
commit d9c8f77fe0

View file

@ -25,8 +25,8 @@ litellm = ">=1.83.0"
PyPDF2 = ">=3.0.0" PyPDF2 = ">=3.0.0"
python-dotenv = ">=1.0.0" python-dotenv = ">=1.0.0"
pyyaml = ">=6.0" pyyaml = ">=6.0"
openai = ">=1.70.0" openai = ">=2.0.0"
openai-agents = ">=0.1.0" openai-agents = ">=0.18.0"
requests = ">=2.28.0" requests = ">=2.28.0"
typing-extensions = ">=4.9.0" typing-extensions = ">=4.9.0"
pydantic = ">=2.5.0,<3.0.0" pydantic = ">=2.5.0,<3.0.0"