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 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 = '/'