diff --git a/server/pyproject.toml b/server/pyproject.toml index 325b7c9..24656ff 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.13" dependencies = [ "aiocache==0.12.3", - "fastapi==0.135.2", + "fastapi==0.135.3", "httpx==0.28.1", "pydantic==2.12.5", "slowapi==0.1.9",