diff --git a/setup.py b/setup.py index e551d9fa..3353cdad 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ base = [ "pybind11", ] -server = ["fastapi", "uvicorn", "pattern_singleton", "websockets"] +server = ["fastapi", "uvicorn<=0.18.3", "pattern_singleton", "websockets"] requirements = { "install":