From a55d12696a20653c60530f69375aa1307af8e80d Mon Sep 17 00:00:00 2001 From: Typosaurus Date: Sun, 19 Jul 2026 21:08:41 +0000 Subject: [PATCH] ticket #93 attempt 1 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",