From 59fb08f9cacdf96a4e0813059c7b591de3315548 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 21 Jan 2026 18:34:08 +0100 Subject: [PATCH] python3Packages.huggingface-hub: 0.35.3 -> 1.3.2 https://github.com/huggingface/huggingface_hub/releases/tag/v1.3.2 This commit was automatically generated using update-python-libraries. --- .../python-modules/huggingface-hub/default.nix | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/huggingface-hub/default.nix b/pkgs/development/python-modules/huggingface-hub/default.nix index f5adfe000434..277b3ae4bcf1 100644 --- a/pkgs/development/python-modules/huggingface-hub/default.nix +++ b/pkgs/development/python-modules/huggingface-hub/default.nix @@ -10,10 +10,13 @@ filelock, fsspec, hf-xet, + httpx, packaging, pyyaml, requests, + shellingham, tqdm, + typer-slim, typing-extensions, # optional-dependencies @@ -43,14 +46,14 @@ buildPythonPackage rec { pname = "huggingface-hub"; - version = "0.35.3"; + version = "1.3.2"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "huggingface_hub"; tag = "v${version}"; - hash = "sha256-KOq3qxt3AyWQIOG0+HUbNr15u85tyTEstoUkYBFkpC4="; + hash = "sha256-G7DkWIjFmNyAyNAfOupncIbDbImITl5Av8r0ibTlDMs="; }; build-system = [ setuptools ]; @@ -59,10 +62,13 @@ buildPythonPackage rec { filelock fsspec hf-xet + httpx packaging pyyaml requests + shellingham tqdm + typer-slim typing-extensions ]; @@ -114,7 +120,7 @@ buildPythonPackage rec { description = "Download and publish models and other files on the huggingface.co hub"; mainProgram = "hf"; homepage = "https://github.com/huggingface/huggingface_hub"; - changelog = "https://github.com/huggingface/huggingface_hub/releases/tag/v${version}"; + changelog = "https://github.com/huggingface/huggingface_hub/releases/tag/${src.tag}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ GaetanLepage