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:
@@ -22,12 +22,12 @@ classifiers = [
|
||||
description-file = "README.md"
|
||||
requires-python = ">=3.7"
|
||||
requires = [
|
||||
"fastapi >=0.65.2,<0.69.0",
|
||||
"fastapi >=0.65.2,<0.71.0",
|
||||
"passlib[bcrypt] ==1.7.4",
|
||||
"email-validator >=1.1.0,<1.2",
|
||||
"pyjwt ==2.1.0",
|
||||
"pyjwt ==2.2.0",
|
||||
"python-multipart ==0.0.5",
|
||||
"makefun >=1.9.2,<1.12",
|
||||
"makefun >=1.9.2,<1.13",
|
||||
]
|
||||
|
||||
[tool.flit.metadata.requires-extra]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
fastapi >=0.65.2,<0.69.0
|
||||
fastapi >=0.65.2,<0.71.0
|
||||
passlib[bcrypt] ==1.7.4
|
||||
email-validator >=1.1.2,<1.2
|
||||
pyjwt ==2.1.0
|
||||
pyjwt ==2.2.0
|
||||
python-multipart ==0.0.5
|
||||
makefun >=1.11.2,<1.12
|
||||
makefun >=1.11.2,<1.13
|
||||
|
||||
Reference in New Issue
Block a user