We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b0be1 commit 6aaa91eCopy full SHA for 6aaa91e
dev/requirements.txt
@@ -11,7 +11,7 @@ webdav4[fsspec]==0.10.0
11
# gfrivefs @ git+https://github.com/fsspec/gdrivefs@master broken ...
12
morefs[asynclocalfs]==0.2.2
13
dvc==3.63.0
14
-huggingface_hub==0.34.4
+huggingface_hub==0.35.3
15
lakefs-spec==0.12.0
16
ossfs==2025.5.0
17
fsspec-xrootd==0.5.1
upath/_flavour_sources.py
@@ -630,7 +630,7 @@ def _get_kwargs_from_urls(path):
630
631
class HfFileSystemFlavour(AbstractFileSystemFlavour):
632
__orig_class__ = 'huggingface_hub.hf_file_system.HfFileSystem'
633
- __orig_version__ = '0.34.4'
+ __orig_version__ = '0.35.3'
634
protocol = ('hf',)
635
root_marker = ''
636
sep = '/'
0 commit comments