From 8abe3da46cecf7bfde636618a1f9158795827623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:49:35 +0000 Subject: [PATCH] Update openai requirement in /samples/durable-task-sdks/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.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 +- .../python/arXiv_research_agent/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ec194361..3dfedbdc 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.48.0 redis>=8.0.0 -openai>=2.40.0 +openai>=2.44.0 azure-identity>=1.25.3 diff --git a/samples/durable-task-sdks/python/arXiv_research_agent/requirements.txt b/samples/durable-task-sdks/python/arXiv_research_agent/requirements.txt index f3b8d886..723d874b 100644 --- a/samples/durable-task-sdks/python/arXiv_research_agent/requirements.txt +++ b/samples/durable-task-sdks/python/arXiv_research_agent/requirements.txt @@ -4,7 +4,7 @@ durabletask-azuremanaged>=1.3.0 # OpenAI SDK (Responses API) -openai>=2.40.0 +openai>=2.44.0 # Azure Identity for Entra ID authentication (optional) azure-identity>=1.25.3