From 12271e7c1690b479ae739aff9feb43f4565bca47 Mon Sep 17 00:00:00 2001 From: rogthefrog Date: Mon, 2 Dec 2024 10:29:51 -0800 Subject: [PATCH] update huggingface sdk to solve date parsing issue https://github.com/huggingface/huggingface_hub/issues/2671 --- plugins/huggingface/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/huggingface/pyproject.toml b/plugins/huggingface/pyproject.toml index 4fd52066..65d2d463 100644 --- a/plugins/huggingface/pyproject.toml +++ b/plugins/huggingface/pyproject.toml @@ -8,7 +8,7 @@ packages = [{include = "modelgauge"}] [tool.poetry.dependencies] python = "^3.10" -huggingface-hub = "^0.25.0" +huggingface-hub = "^0.26.3" [build-system] requires = ["poetry-core"]