diff --git a/pyproject.toml b/pyproject.toml index c2703fa1..6fd1e661 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ classifiers = [ ] requires-python = ">=3.7" dependencies = [ - "fastapi >=0.65.2,<0.79.0", + "fastapi >=0.65.2", "passlib[bcrypt] ==1.7.4", "email-validator >=1.1.0,<1.3", "pyjwt[crypto] ==2.4.0",