From 3d86049c32034590e4ef7b4849f6888239daec44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 11:49:59 +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.1.4 to 1.1.5 - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v1.1.4...v1.1.5) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.1.5 dependency-type: direct:development update-type: version-update:semver-patch 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 5d1ed27b..0aaf0825 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.64.0 -huggingface_hub==1.1.4 +huggingface_hub==1.1.5 lakefs-spec==0.12.0 ossfs==2025.5.0 fsspec-xrootd==0.5.1 From 808565b0edc927bfff9e5cdd7b6649bf92d427c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 24 Nov 2025 11:50:27 +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 2fd824fc..cffbcc5c 100644 --- a/upath/_flavour_sources.py +++ b/upath/_flavour_sources.py @@ -629,7 +629,7 @@ def _get_kwargs_from_urls(path): class HfFileSystemFlavour(AbstractFileSystemFlavour): __orig_class__ = 'huggingface_hub.hf_file_system.HfFileSystem' - __orig_version__ = '1.1.4' + __orig_version__ = '1.1.5' protocol = ('hf',) root_marker = '' sep = '/'