]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🐛 Fix FastAPI People GitHub Action Docker dependency, strike 1 ⚾ (#2198)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 18 Oct 2020 19:57:02 +0000 (21:57 +0200)
committerGitHub <noreply@github.com>
Sun, 18 Oct 2020 19:57:02 +0000 (21:57 +0200)
.github/actions/people/Dockerfile

index 263f03c9d7f673736b0e096c332d23940d7daf59..fa4197e6a88d1634814fda58cd5533bf51612f82 100644 (file)
@@ -1,6 +1,6 @@
 FROM python:3.7
 
-RUN pip install httpx PyGithub "pydantic==1.5.1" "pyyaml>=5.3.1,6.0.0"
+RUN pip install httpx PyGithub "pydantic==1.5.1" "pyyaml>=5.3.1,<6.0.0"
 
 COPY ./app /app