diff --git a/pyproject.toml b/pyproject.toml index d970de6..634edf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ dependencies = [ # Web framework & ASGI stack (broadened ranges for reduced churn while remaining below next # potential breaking minor; tests + pip-audit gate safety) - "fastapi>=0.118,<0.121", + "fastapi>=0.118,<0.125", "starlette>=0.48,<0.51", "uvicorn[standard]>=0.30,<0.32", "numpy>=1.26",