Skip to content

Commit

Permalink
bumped uvicorn version
Browse files Browse the repository at this point in the history
Signed-off-by: EraKin575 <[email protected]>
  • Loading branch information
EraKin575 committed Aug 5, 2024
1 parent 4032b64 commit 50f86b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/kb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50f86b3

Please sign in to comment.