From 6e8fec1beb683117cd993045813fe7e76935fcb1 Mon Sep 17 00:00:00 2001 From: Andre Wohnsland <50302161+AndreWohnsland@users.noreply.github.com> Date: Sat, 19 Oct 2024 11:11:57 +0200 Subject: [PATCH] fix uvloop to 0.20.0 in be service --- dashboard/backend/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard/backend/requirements.txt b/dashboard/backend/requirements.txt index 1af7866e..55aef943 100644 --- a/dashboard/backend/requirements.txt +++ b/dashboard/backend/requirements.txt @@ -1,2 +1,3 @@ fastapi==0.111.0 -uvicorn==0.29.0 \ No newline at end of file +uvicorn==0.29.0 +uvloop==0.20.0 \ No newline at end of file