From: Sebastián Ramírez Date: Wed, 2 Aug 2023 18:57:48 +0000 (+0200) Subject: ➕ Add pydantic-settings to FastAPI People dependencies (#9988) X-Git-Tag: 0.101.0~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=53220b983227ef6147a43dfdc0528ff4e6c31f6c;p=thirdparty%2Ffastapi%2Ffastapi.git ➕ Add pydantic-settings to FastAPI People dependencies (#9988) --- diff --git a/.github/actions/people/Dockerfile b/.github/actions/people/Dockerfile index 6d65f1c2bf..f0f389c644 100644 --- a/.github/actions/people/Dockerfile +++ b/.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