From c180bd0220ebb1bc7483e17cd05b2b7250a70a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 03:22:20 +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-task-sdks/python/agent-directed-workflows/requirements.txt b/samples/durable-task-sdks/python/agent-directed-workflows/requirements.txt index 6358c96..98e96a1 100644 --- a/samples/durable-task-sdks/python/agent-directed-workflows/requirements.txt +++ b/samples/durable-task-sdks/python/agent-directed-workflows/requirements.txt @@ -3,5 +3,5 @@ durabletask-azuremanaged>=1.4.0 fastapi>=0.136.1 uvicorn>=0.46.0 redis>=8.0.0 -openai>=2.33.0 +openai>=2.40.0 azure-identity>=1.25.3