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 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