From 740e310ecebf2bc172ce9e7a2279dadf0f219700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 05:00:00 +0000 Subject: [PATCH] Update huggingface-hub requirement from 0.23.2 to 0.29.1 Updates the requirements on [huggingface-hub](https://github.com/huggingface/huggingface_hub) to permit the latest version. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.23.2...v0.29.1) --- updated-dependencies: - dependency-name: huggingface-hub dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 41a3cc1..bcc71c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = ">=3.8, <3.12" -huggingface_hub = "0.23.2" +huggingface_hub = "0.29.1" openai = "^1.30.5" scikit_learn = "1.3.2" mypy = "^1.8.0"