From 24db2a039d3ac08d94ad040f36ac96b2fc7684e6 Mon Sep 17 00:00:00 2001 From: grossmj Date: Mon, 3 Jul 2023 17:12:46 +1000 Subject: [PATCH] Upgrade FastAPI to v0.99.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f32ea052..321c67b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ uvicorn==0.22.0 -fastapi==0.98.0 +fastapi==0.99.1 python-multipart==0.0.6 websockets==11.0.3 aiohttp>=3.8.4,<3.9