From 4c786715af90761a8bb189ae391cdad7e5fe9ba8 Mon Sep 17 00:00:00 2001 From: Tyler Rhodes Date: Tue, 14 Nov 2023 09:38:36 -0600 Subject: [PATCH] Update typeguard version to >=3.0.2 Signed-off-by: Tyler Rhodes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 38b7d295a93..2399259e22f 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ "tenacity>=7,<9", "toml>=0.10.0,<1", "tqdm>=4,<5", - "typeguard==2.13.3", + "typeguard>=3.0.2", "fastapi>=0.68.0,<0.100", "uvicorn[standard]>=0.14.0,<1", "gunicorn",