fix versions (#4250)

Co-authored-by: Richard Kuo <rkuo@rkuo.com>
This commit is contained in:
rkuo-danswer 2025-03-10 23:50:07 -07:00 committed by GitHub
parent ab1b6b487e
commit 9cd3cbb978
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
black==23.3.0
black==23.7.0
boto3-stubs[s3]==1.34.133
celery-types==0.19.0
cohere==5.6.1

View File

@ -2,7 +2,7 @@ FROM python:3.11.7-slim-bookworm
WORKDIR /app
RUN pip install fastapi uvicorn
RUN pip install "pydantic-core>=2.28.0" fastapi uvicorn
COPY ./main.py /app/main.py