diff --git a/python/pyproject.toml b/python/pyproject.toml index 268e842..370f3be 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [] [project.optional-dependencies] sqlite = [] # uses stdlib sqlite3 postgres = ["psycopg[binary]>=3.3.4"] -fastapi = ["fastapi>=0.136.1", "starlette>=0.27"] +fastapi = ["fastapi>=0.136.1", "starlette>=1.3.0"] mqtt = ["paho-mqtt>=2.1.0"] tui = ["rich>=15.0.0"] structlog = ["structlog>=25.5.0"]