diff --git a/backend/pyproject.toml b/backend/pyproject.toml index b8f51dd4c..518411c77 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -38,7 +38,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.30.0,<1.0" + "huggingface_hub>=0.30.0,<2.0" ] test = [ "pytest",