diff --git a/pyproject.toml b/pyproject.toml index 51c5621..7ff4010 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ docs = [ [project.optional-dependencies] server = [ - "fastapi >=0.120.3,<0.140.0", + "fastapi >=0.120.3,<0.141.0", "fastapi-users[sqlalchemy] >=15.0.1,<16.0.0", "anycorn >=0.18.2,<0.19.0", "aiosqlite >=0.21.0,<0.22.0",