From ed06dc1b9af8deb01731c92f7c80a411c7d780d0 Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Fri, 17 Mar 2023 10:10:24 -0700 Subject: [PATCH] Fix Signed-off-by: Kevin Zhang --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7d4775c3875..4ba0409d5e1 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ "tenacity>=7,<9", "toml>=0.10.0,<1", "tqdm>=4,<5", - "typeguard", + "typeguard==2.13.3", "fastapi>=0.68.0,<1", "uvicorn[standard]>=0.14.0,<1", "dask>=2021.1.0",