From f270b3a3689e8d9bca5dc74718117b5979f70604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 18:45:31 +0000 Subject: [PATCH] Update uvicorn requirement in /samples/durable-task-sdks/python 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.49.0...0.52.4) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.4 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..8a9aee0 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.49.0 +uvicorn>=0.52.4 redis>=8.0.1 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 dbb590a..80cf51f 100644 --- a/samples/durable-task-sdks/python/arXiv_research_agent/requirements.txt +++ b/samples/durable-task-sdks/python/arXiv_research_agent/requirements.txt @@ -11,7 +11,7 @@ azure-identity>=1.25.3 # FastAPI for REST API fastapi>=0.136.1 -uvicorn>=0.49.0 +uvicorn>=0.52.4 # HTTP client httpx>=0.28.1