From 7b42163d8d2eb7af5e0dd9f28551a747ab9512a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:49:56 +0000 Subject: [PATCH] Update uvicorn requirement Updates the requirements on [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.48.0...0.49.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.49.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 ec194361..35455433 100644 --- a/samples/durable-task-sdks/python/agent-directed-workflows/requirements.txt +++ b/samples/durable-task-sdks/python/agent-directed-workflows/requirements.txt @@ -1,7 +1,7 @@ durabletask>=1.4.0 durabletask-azuremanaged>=1.4.0 fastapi>=0.136.1 -uvicorn>=0.48.0 +uvicorn>=0.49.0 redis>=8.0.0 openai>=2.40.0 azure-identity>=1.25.3