mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-15 03:04:27 +08:00
Bump dependencies
This commit is contained in:
@ -54,7 +54,7 @@ classifiers = [
|
||||
]
|
||||
requires-python = ">=3.7"
|
||||
dependencies = [
|
||||
"fastapi >=0.65.2,<0.74.0",
|
||||
"fastapi >=0.65.2,<0.75.0",
|
||||
"passlib[bcrypt] ==1.7.4",
|
||||
"email-validator >=1.1.0,<1.2",
|
||||
"pyjwt ==2.3.0",
|
||||
|
@ -1,4 +1,4 @@
|
||||
fastapi >=0.65.2,<0.74.0
|
||||
fastapi >=0.65.2,<0.75.0
|
||||
passlib[bcrypt] ==1.7.4
|
||||
email-validator >=1.1.2,<1.2
|
||||
pyjwt ==2.3.0
|
||||
|
Reference in New Issue
Block a user