From 3ef609a3e865d907379b4f1e03eef692a4e0414e Mon Sep 17 00:00:00 2001 From: Stefano Fiorucci Date: Fri, 31 Jan 2025 10:35:15 +0100 Subject: [PATCH] temporarily pin huggingface_hub<0.28.0 (#8790) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 72b8687c34..1606df3fbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ extra-dependencies = [ "numba>=0.54.0", # This pin helps uv resolve the dependency tree. See https://github.com/astral-sh/uv/issues/7881 "transformers[torch,sentencepiece]==4.47.1", # ExtractiveReader, TransformersSimilarityRanker, LocalWhisperTranscriber, HFGenerators... - "huggingface_hub>=0.27.0", # Hugging Face API Generators and Embedders + "huggingface_hub>=0.27.0, <0.28.0", # Hugging Face API Generators and Embedders "sentence-transformers>=3.0.0", # SentenceTransformersTextEmbedder and SentenceTransformersDocumentEmbedder "langdetect", # TextLanguageRouter and DocumentLanguageClassifier "openai-whisper>=20231106", # LocalWhisperTranscriber