Browse Source
➕ Add pydantic-settings to FastAPI People dependencies (#9988)
pull/9998/head
Sebastián Ramírez
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.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 |
|
|
|
|
|
|
|