From e3395220de122cd22727363969b9466bd6f3b651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 03:15:04 +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.33.0...v2.40.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.40.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 071af0db..201a187c 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.33.0 +openai>=2.40.0 azure-identity>=1.25.3