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

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