Add pydantic-settings to FastAPI People dependencies (#9988)

This commit is contained in:
Sebastián Ramírez 2023-08-02 20:57:48 +02:00 committed by GitHub
parent 165f29fe5e
commit 53220b9832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM python:3.7 FROM python:3.11
RUN pip install httpx PyGithub "pydantic==2.0.2" "pyyaml>=5.3.1,<6.0.0" RUN pip install httpx PyGithub "pydantic==2.0.2" pydantic-settings "pyyaml>=5.3.1,<6.0.0"
COPY ./app /app COPY ./app /app