mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
Update pyjwt dependency (#1005)
See https://github.com/fastapi-users/fastapi-users/issues/1004#issue-1249761672
This commit is contained in:
committed by
GitHub
parent
9e497c4275
commit
98e6e63a0e
@@ -64,7 +64,7 @@ dependencies = [
|
||||
"fastapi >=0.65.2,<0.79.0",
|
||||
"passlib[bcrypt] ==1.7.4",
|
||||
"email-validator >=1.1.0,<1.3",
|
||||
"pyjwt[crypto] ==2.3.0",
|
||||
"pyjwt[crypto] ==2.4.0",
|
||||
"python-multipart ==0.0.5",
|
||||
"makefun >=1.11.2,<1.14",
|
||||
"typing-extensions >=4.1.1; python_version < '3.8'",
|
||||
|
||||
Reference in New Issue
Block a user