diff --git a/pyproject.toml b/pyproject.toml index e3d85af..5f70e3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ # Pre-1.0 and major-version-risky deps are capped; floors are the versions # the suite is verified against. "fastapi>=0.116,<1.0", - "gunicorn>=23.0,<24", + "gunicorn>=23.0,<27", "orjson>=3.11,<4", "python-multipart>=0.0.19,<0.1", "pydantic>=2.13,<3",