diff --git a/pyproject.toml b/pyproject.toml index fba02a427c..aff76345f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ gateway = [ server = [ "fastapi", "starlette>=0.26.0", - "uvicorn", + "uvicorn[standard]", "aiorwlock", "aiocache", "httpx",