Browse Source

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

pull/9998/head
Sebastián Ramírez 2 years ago
committed by GitHub
parent
commit
53220b9832
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/actions/people/Dockerfile

4
.github/actions/people/Dockerfile

@ -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…
Cancel
Save