mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
Bump dependencies
This commit is contained in:
@@ -146,17 +146,17 @@ dependencies = [
|
||||
"fastapi >=0.65.2",
|
||||
"pwdlib[argon2,bcrypt] ==0.2.1",
|
||||
"email-validator >=1.1.0,<2.3",
|
||||
"pyjwt[crypto] ==2.9.0",
|
||||
"pyjwt[crypto] ==2.10.1",
|
||||
"python-multipart ==0.0.20",
|
||||
"makefun >=1.11.2,<2.0.0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
sqlalchemy = [
|
||||
"fastapi-users-db-sqlalchemy >=6.0.0",
|
||||
"fastapi-users-db-sqlalchemy >=7.0.0",
|
||||
]
|
||||
beanie = [
|
||||
"fastapi-users-db-beanie >=3.0.0",
|
||||
"fastapi-users-db-beanie >=4.0.0",
|
||||
]
|
||||
oauth = [
|
||||
"httpx-oauth >=0.13"
|
||||
|
||||
Reference in New Issue
Block a user