diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 65e27107a..92d12d8f7 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -26,7 +26,7 @@ data-process = [ "flower>=2.0.1", "nest_asyncio>=1.5.6", "unstructured[csv,docx,pdf,pptx,xlsx,md]==0.18.14", - "huggingface_hub>=0.19.0,<0.21.0" + "huggingface_hub>=0.19.0,<1.6.0" ] test = [ "pytest",