From 849af09f3363d1094f2ad66e4d4be9654867f81d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 18:45:27 +0000 Subject: [PATCH] Update durabletask-azuremanaged requirement Updates the requirements on [durabletask-azuremanaged](https://github.com/microsoft/durabletask-python) to permit the latest version. - [Release notes](https://github.com/microsoft/durabletask-python/releases) - [Changelog](https://github.com/microsoft/durabletask-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/durabletask-python/compare/v1.4.0...v1.9.0) --- updated-dependencies: - dependency-name: durabletask-azuremanaged dependency-version: 1.9.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 1f7e39f..2186483 100644 --- a/samples/durable-task-sdks/python/agent-directed-workflows/requirements.txt +++ b/samples/durable-task-sdks/python/agent-directed-workflows/requirements.txt @@ -1,5 +1,5 @@ durabletask>=1.4.0 -durabletask-azuremanaged>=1.4.0 +durabletask-azuremanaged>=1.9.0 fastapi>=0.136.1 uvicorn>=0.49.0 redis>=8.0.1 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 dbb590a..b4a4e2c 100644 --- a/samples/durable-task-sdks/python/arXiv_research_agent/requirements.txt +++ b/samples/durable-task-sdks/python/arXiv_research_agent/requirements.txt @@ -1,7 +1,7 @@ # arXiv Research Agent - Python Dependencies # DurableTask SDK for Azure -durabletask-azuremanaged>=1.3.0 +durabletask-azuremanaged>=1.9.0 # OpenAI SDK (Responses API) openai>=2.44.0