diff --git a/pyproject.toml b/pyproject.toml index fa37d92a3..03f666638 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers=[ ] dependencies = [ "fastapi==0.99.*", - "uvicorn==0.22.*", + "uvicorn>=0.22,<0.24", "numpy>=1.23,<1.26", "aiofiles", "tqdm",