Skip to content

Commit 6aaa91e

Browse files
authored
upath: update flavours (#411)
1 parent 48b0be1 commit 6aaa91e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ webdav4[fsspec]==0.10.0
1111
# gfrivefs @ git+https://github.com/fsspec/gdrivefs@master broken ...
1212
morefs[asynclocalfs]==0.2.2
1313
dvc==3.63.0
14-
huggingface_hub==0.34.4
14+
huggingface_hub==0.35.3
1515
lakefs-spec==0.12.0
1616
ossfs==2025.5.0
1717
fsspec-xrootd==0.5.1

upath/_flavour_sources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ def _get_kwargs_from_urls(path):
630630

631631
class HfFileSystemFlavour(AbstractFileSystemFlavour):
632632
__orig_class__ = 'huggingface_hub.hf_file_system.HfFileSystem'
633-
__orig_version__ = '0.34.4'
633+
__orig_version__ = '0.35.3'
634634
protocol = ('hf',)
635635
root_marker = ''
636636
sep = '/'

0 commit comments

Comments
 (0)