mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
Update pyproject.toml to use passlib 1.7.2 (#98)
I was getting DepricationWarnings from using passlib 1.7.1. It seems like Pipfile has already been updated for 1.7.2 but pyproject.toml got left behind.
This commit is contained in:
@@ -22,7 +22,7 @@ description-file = "README.md"
|
||||
requires-python = ">=3.7"
|
||||
requires = [
|
||||
"fastapi ==0.47.1",
|
||||
"passlib[bcrypt] ==1.7.1",
|
||||
"passlib[bcrypt] ==1.7.2",
|
||||
"email-validator ==1.0.5",
|
||||
"pyjwt ==1.7.1",
|
||||
"python-multipart ==0.0.5",
|
||||
|
||||
Reference in New Issue
Block a user