mirror of https://github.com/tiangolo/fastapi.git
➕ Add pydantic-settings to FastAPI People dependencies (#9988)
This commit is contained in:
parent
165f29fe5e
commit
53220b9832
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue