From 4032b647d2670e123343bb192c7cea420c65a89e Mon Sep 17 00:00:00 2001
From: EraKin575 <tejaskumar574@gmail.com>
Date: Mon, 5 Aug 2024 18:08:56 +0530
Subject: [PATCH 1/2] bumped uvicorn version

Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
---
 lib/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/requirements.txt b/lib/requirements.txt
index c71c6caad..88ddd5fa3 100644
--- a/lib/requirements.txt
+++ b/lib/requirements.txt
@@ -11,5 +11,5 @@ joblib~=1.2.0  # BSD
 pandas  # BSD
 six~=1.15.0  # MIT
 minio~=7.0.3  # Apache-2.0
-uvicorn~=0.14.0  # BSD
+uvicorn~=0.30.5  # BSD
 pycocotools
\ No newline at end of file

From 50f86b3ce48b9535a793d8dde7036066071d9871 Mon Sep 17 00:00:00 2001
From: EraKin575 <tejaskumar574@gmail.com>
Date: Mon, 5 Aug 2024 18:10:48 +0530
Subject: [PATCH 2/2] bumped uvicorn version

Signed-off-by: EraKin575 <tejaskumar574@gmail.com>
---
 build/kb/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/kb/Dockerfile b/build/kb/Dockerfile
index c3f62970e..6399ff84e 100644
--- a/build/kb/Dockerfile
+++ b/build/kb/Dockerfile
@@ -21,7 +21,7 @@ RUN pip install starlette~=0.13.6
 RUN pip install pydantic~=1.8.1
 RUN pip install joblib~=1.2.0
 RUN pip install pandas
-RUN pip install uvicorn~=0.14.0
+RUN pip install uvicorn~=0.30.5
 RUN pip install python-multipart~=0.0.5
 RUN pip install SQLAlchemy~=1.4.7
 RUN pip install aiofiles~=0.7.0