From 44ca96bf7e034fbb45bdbdfab72f0267eb28d659 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 12:26:09 +0000 Subject: [PATCH 1/2] build(deps-dev): bump huggingface-hub in the pip-dependencies group Bumps the pip-dependencies group with 1 update: [huggingface-hub](https://github.com/huggingface/huggingface_hub). Updates `huggingface-hub` from 1.3.7 to 1.4.1 - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v1.3.7...v1.4.1) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- dev/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/requirements.txt b/dev/requirements.txt index 6f528087..f5e00dc7 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -11,7 +11,7 @@ webdav4[fsspec]==0.10.0 # gfrivefs @ git+https://github.com/fsspec/gdrivefs@master broken ... morefs[asynclocalfs]==0.2.2 dvc==3.66.1 -huggingface_hub==1.3.7 +huggingface_hub==1.4.1 lakefs-spec==0.12.0 ossfs==2025.5.0 fsspec-xrootd==0.5.1 From ca3b9a15076e459e8db5713e58f90e331075c1bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Feb 2026 12:26:39 +0000 Subject: [PATCH 2/2] Auto-update generated flavours --- upath/_flavour_sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upath/_flavour_sources.py b/upath/_flavour_sources.py index 324f66aa..63fb8a9f 100644 --- a/upath/_flavour_sources.py +++ b/upath/_flavour_sources.py @@ -630,7 +630,7 @@ def _get_kwargs_from_urls(path): class HfFileSystemFlavour(AbstractFileSystemFlavour): __orig_class__ = 'huggingface_hub.hf_file_system.HfFileSystem' - __orig_version__ = '1.3.7' + __orig_version__ = '1.4.1' protocol = ('hf',) root_marker = '' sep = '/'