From d405f2b98102ec9ec172e13a1f8dadeb841acc68 Mon Sep 17 00:00:00 2001 From: Holger Bruch Date: Mon, 6 May 2024 16:35:48 +0200 Subject: [PATCH] bump fast-api, uvicorn and idna version --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 006e29e..c1b3a8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -fastapi[all]==0.109.0 +fastapi[all]==0.111.0 geopandas==0.14 -uvicorn[standard]==0.23.2 +uvicorn[standard]~=0.29.0 pydantic[dotenv]==2.4.2 protobuf==3.20.3 rtree==1.1.0 @@ -14,3 +14,4 @@ pygeos==0.14 pyproj==3.6.1 geojson-pydantic==1.0.1 watchdog==3.0.0 +idna>=3.7 \ No newline at end of file