From d9c8f77fe0d40e5657b3cf40d1e453053e1f231c Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 21 Jul 2026 15:09:29 +0800 Subject: [PATCH] chore: raise openai and openai-agents floors to the tested API generation --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ba75821..eaf7f45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,8 +25,8 @@ litellm = ">=1.83.0" PyPDF2 = ">=3.0.0" python-dotenv = ">=1.0.0" pyyaml = ">=6.0" -openai = ">=1.70.0" -openai-agents = ">=0.1.0" +openai = ">=2.0.0" +openai-agents = ">=0.18.0" requests = ">=2.28.0" typing-extensions = ">=4.9.0" pydantic = ">=2.5.0,<3.0.0"