From b34abe412f18cbb348b1f086a297ac8eade1b84b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 21:14:46 +0000 Subject: [PATCH] chore(deps): Update dependency openai to >=2.48.0 --- dev-llm/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]