Skip to content

Commit 25db527

Browse files
authored
bump minimum fastapi version (#191)
Versions lower than 0.65.2 have a CSRF bug.
1 parent d0fe8ee commit 25db527

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements/dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ pip-upgrader==1.4.15
66
wheel==0.37.1
77

88
# Version pin FastAPI, so MyPy is more predictable.
9-
fastapi==0.58.0
9+
fastapi==0.65.2

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Jinja2>=2.11.0
22
piccolo[postgres]>=0.89.0
33
pydantic[email]>=1.6
44
python-multipart>=0.0.5
5-
fastapi>=0.58.0
5+
fastapi>=0.65.2
66
PyJWT>=2.0.0
77
httpx>=0.20.0

0 commit comments

Comments
 (0)