diff --git a/server/pyproject.toml b/server/pyproject.toml index 38a8cec..d8520c7 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.13" dependencies = [ "aiocache==0.12.3", - "fastapi==0.138.2", + "fastapi==0.139.0", "httpx==0.28.1", "pydantic==2.13.4", "slowapi==0.1.10",