Skip to content

Commit

Permalink
Specify fastapi>=0.66
Browse files Browse the repository at this point in the history
There is a bug in the middleware in FastAPI 0.65.
  • Loading branch information
volcan01010 committed Aug 17, 2021
1 parent 1280a95 commit 6cfeaf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ FROM tiangolo/uvicorn-gunicorn-fastapi:python3.8
COPY requirements.txt .
RUN pip install -r requirements.txt

COPY ./app /app
RUN rm -rf /app/*

COPY ./app /app/app
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
fastapi
fastapi>=0.66
aiofiles
uvicorn
numpy
python-ags4
python-multipart
colorlog
shortuuid
jinja2
jinja2

0 comments on commit 6cfeaf0

Please sign in to comment.