From cfc4bb371ae634ca8e0dfdb71198ed04500cc37f Mon Sep 17 00:00:00 2001 From: grossmj Date: Thu, 23 Jan 2025 13:32:11 +1000 Subject: [PATCH] Upgrade FastAPI to v0.115.7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3a9657f9..6832834b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ uvicorn==0.33.0 # uvicorn 0.33 is the last version supporting Python 3.8 pydantic==2.10.4 -fastapi==0.115.6 +fastapi==0.115.7 python-multipart==0.0.20 websockets==14.1 aiohttp>=3.10.10,<3.11