From 3bcc6429513e60ce692b0a00a4d31971717c1a15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 18:45:05 +0000 Subject: [PATCH] Update openai requirement in /samples/durable-functions/python 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...v3.6.0) --- updated-dependencies: - dependency-name: openai dependency-version: 3.6.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 b213b549..13584618 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.44.0 +openai>=3.6.0 azure-identity>=1.25.3