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