From 8ca9feed2b3237acfc140f29d12a4870eddd5a35 Mon Sep 17 00:00:00 2001 From: Marin Peko Date: Tue, 16 Jun 2026 09:01:41 +0200 Subject: [PATCH] Pin HF hub lib version to 0.30.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73bda746..0425c300 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "click>=8.1.7", "datasets>=3.3.0", "hf-transfer>=0.1.9", - "huggingface-hub[inference,hf_xet]>=0.30.2", + "huggingface-hub[inference,hf_xet]==0.30.2", "loguru>=0.7.3", "markitdown[all]>=0.0.2", "python-dotenv>=1.0.1",