Skip to content

Commit 794192f

Browse files
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](Kludex/uvicorn@0.27.0...0.46.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.46.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent df06c44 commit 794192f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
durabletask>=1.4.0
22
durabletask-azuremanaged>=1.4.0
33
fastapi>=0.110.0
4-
uvicorn>=0.27.0
4+
uvicorn>=0.46.0
55
redis>=5.0.0
66
openai>=2.33.0
77
azure-identity>=1.25.3

samples/durable-task-sdks/python/arXiv_research_agent/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ azure-identity>=1.25.3
1111

1212
# FastAPI for REST API
1313
fastapi>=0.109.0
14-
uvicorn>=0.27.0
14+
uvicorn>=0.46.0
1515

1616
# HTTP client
1717
httpx>=0.26.0

0 commit comments

Comments
 (0)