From 22548ecc57a1e4dfbe52bfc3be4221ef33bde9d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 03:25:20 +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.46.0...0.48.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.48.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 98e96a1..ec19436 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.46.0 +uvicorn>=0.48.0 redis>=8.0.0 openai>=2.40.0 azure-identity>=1.25.3