diff --git a/dev-llm/pyproject.toml b/dev-llm/pyproject.toml index ce1876fbd..ade64c85f 100644 --- a/dev-llm/pyproject.toml +++ b/dev-llm/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ dev = ["pytest>=9.1.1", "ruff>=0.15.18", "mypy>=2.1.0"] cloud = [ "anthropic>=0.111.0", - "openai>=2.43.0", + "openai>=2.48.0", ] [project.scripts]