From de87d37f7a15d5afa385620728749ef2517e769b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 18:46:08 +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 +- 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 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