From fea458e36b5b9ce01c79df6664c8a23085453b80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 21:46:30 +0000 Subject: [PATCH] Update openai requirement in /agents/drift_runner 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/v2.44.0...v2.50.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.50.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agents/drift_runner/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/drift_runner/requirements.txt b/agents/drift_runner/requirements.txt index b3d886d..681afa5 100644 --- a/agents/drift_runner/requirements.txt +++ b/agents/drift_runner/requirements.txt @@ -1,3 +1,3 @@ llama-index-core>=0.14.23 llama-index-llms-openai>=0.3.0 -openai>=2.44.0 +openai>=2.50.0