python3Packages.huggingface-hub: 1.23.0 -> 1.16.0

https://github.com/huggingface/huggingface_hub/releases/tag/v1.16.0

Required downgrade, becaus we rolled back the Click 8.4 update.

(cherry picked from commit 1b19e5e196)
This commit is contained in:
Martin Weinelt
2026-07-16 16:14:16 +02:00
committed by Peder Bergebakken Sundt
parent c40566c21c
commit 53256856fa

View File

@@ -7,7 +7,6 @@
setuptools,
# dependencies
click,
filelock,
fsspec,
hf-xet,
@@ -15,6 +14,7 @@
packaging,
pyyaml,
tqdm,
typer,
typing-extensions,
# optional-dependencies
@@ -41,20 +41,19 @@
buildPythonPackage (finalAttrs: {
pname = "huggingface-hub";
version = "1.23.0";
version = "1.16.0";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "huggingface_hub";
tag = "v${finalAttrs.version}";
hash = "sha256-Xl9girALcJw7aeLjFd4d/xITS8bTz9xlmziEQwrOdQ0=";
hash = "sha256-GuTsoz7ow3A/PJyU3L/xLp56r3RVx5O1YH3nr3T4u7U=";
};
build-system = [ setuptools ];
dependencies = [
click
filelock
fsspec
hf-xet
@@ -62,6 +61,7 @@ buildPythonPackage (finalAttrs: {
packaging
pyyaml
tqdm
typer
typing-extensions
];