diff --git a/pyproject.toml b/pyproject.toml index ccc102c5..73b0fede 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,8 @@ version = "1.0.0" description = "DevPlace - The Developer Social Network" requires-python = ">=3.12" dependencies = [ - "fastapi", + "fastapi>=0.110.0", + "starlette>=0.37.0", "uvicorn[standard]", "jinja2", "python-multipart",