From 9daedd4b89f333d216df8c4332dffde90f049d5f 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 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.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 +- .../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 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 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 fe0c2c5..f3b8d88 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.46.0 +uvicorn>=0.48.0 # HTTP client httpx>=0.26.0