Update pyjwt dependency (#1005)

See https://github.com/fastapi-users/fastapi-users/issues/1004#issue-1249761672
This commit is contained in:
Jimmy Angel Pérez Díaz
2022-05-27 03:49:07 -04:00
committed by GitHub
parent 9e497c4275
commit 98e6e63a0e

View File

@@ -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'",