mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-11-02 12:21:53 +08:00
Bump dependencies
This commit is contained in:
@ -25,7 +25,7 @@ requires = [
|
||||
"fastapi >=0.65.2,<0.71.0",
|
||||
"passlib[bcrypt] ==1.7.4",
|
||||
"email-validator >=1.1.0,<1.2",
|
||||
"pyjwt ==2.2.0",
|
||||
"pyjwt ==2.3.0",
|
||||
"python-multipart ==0.0.5",
|
||||
"makefun >=1.9.2,<1.13",
|
||||
]
|
||||
@ -44,7 +44,7 @@ ormar = [
|
||||
"fastapi-users-db-ormar >=1.0.0",
|
||||
]
|
||||
oauth = [
|
||||
"httpx-oauth >=0.3,<0.4"
|
||||
"httpx-oauth >=0.4,<0.5"
|
||||
]
|
||||
|
||||
[tool.flit.metadata.urls]
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
fastapi >=0.65.2,<0.71.0
|
||||
passlib[bcrypt] ==1.7.4
|
||||
email-validator >=1.1.2,<1.2
|
||||
pyjwt ==2.2.0
|
||||
pyjwt ==2.3.0
|
||||
python-multipart ==0.0.5
|
||||
makefun >=1.11.2,<1.13
|
||||
|
||||
Reference in New Issue
Block a user