diff --git a/pyproject.toml b/pyproject.toml index 52c07010..80d43348 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,9 +23,9 @@ description-file = "README.md" requires-python = ">=3.7" requires = [ "fastapi >=0.54.0,<0.64.0", - "passlib[bcrypt] ==2.0.0", + "passlib[bcrypt] ==1.7.4", "email-validator >=1.1.0,<1.2", - "pyjwt ==1.7.1", + "pyjwt ==2.0.0", "python-multipart ==0.0.5", "makefun >=1.9.2,<1.10", "typing-extensions >=3.7.4.3; python_version < '3.8'"