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