From b896f8db43bee76a69b27e06473ba770d05bb1a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:48:54 +0000 Subject: [PATCH] Update openai requirement 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.40.0...v2.44.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.44.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../python/agent-directed-workflows/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/durable-functions/python/agent-directed-workflows/requirements.txt b/samples/durable-functions/python/agent-directed-workflows/requirements.txt index 201a187c..b213b549 100644 --- a/samples/durable-functions/python/agent-directed-workflows/requirements.txt +++ b/samples/durable-functions/python/agent-directed-workflows/requirements.txt @@ -1,5 +1,5 @@ azure-functions azure-functions-durable redis -openai>=2.40.0 +openai>=2.44.0 azure-identity>=1.25.3