Bump fastapi dependency

This commit is contained in:
François Voron
2022-05-19 14:41:22 +02:00
parent 2477fdffc1
commit 577e4fdd41

View File

@@ -61,7 +61,7 @@ classifiers = [
]
requires-python = ">=3.7"
dependencies = [
"fastapi >=0.65.2,<0.78.0",
"fastapi >=0.65.2,<0.79.0",
"passlib[bcrypt] ==1.7.4",
"email-validator >=1.1.0,<1.3",
"pyjwt[crypto] ==2.3.0",