From 611f5028b07ee0f75dcf8b8837d13e7f3c89c336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 22:30:13 +0000 Subject: [PATCH] chore(deps): update openai requirement in /agents/healer Updates the requirements on [openai](https://github.com/openai/openai-python) to permit the latest version. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v1.0.0...v2.45.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.45.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agents/healer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/healer/requirements.txt b/agents/healer/requirements.txt index 6372e04b..80efdcba 100644 --- a/agents/healer/requirements.txt +++ b/agents/healer/requirements.txt @@ -8,6 +8,6 @@ typer>=0.9.0 python-multipart>=0.0.9 pyyaml>=6.0.1 anthropic>=0.25.0 -openai>=1.0.0 +openai>=2.45.0 prometheus-client>=0.19.0 aiohttp>=3.9.0