Skip to content

Commit 1a32d12

Browse files
authored
upath: update flavours (#299)
1 parent 009f5cf commit 1a32d12

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ webdav4[fsspec]==0.10.0
1111
# gfrivefs @ git+https://github.com/fsspec/gdrivefs@master broken ...
1212
morefs[asynclocalfs]==0.2.2
1313
dvc==3.55.2
14-
huggingface_hub==0.24.6
15-
lakefs-spec==0.10.0
14+
huggingface_hub==0.25.2
15+
lakefs-spec==0.11.0
1616
ossfs==2023.12.0
1717
fsspec-xrootd==0.4.0
1818
wandbfs==0.0.2

upath/_flavour_sources.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ def _get_kwargs_from_urls(path):
572572

573573
class HfFileSystemFlavour(AbstractFileSystemFlavour):
574574
__orig_class__ = 'huggingface_hub.hf_file_system.HfFileSystem'
575-
__orig_version__ = '0.24.6'
575+
__orig_version__ = '0.25.2'
576576
protocol = ('hf',)
577577
root_marker = ''
578578
sep = '/'
@@ -588,7 +588,7 @@ class JupyterFileSystemFlavour(AbstractFileSystemFlavour):
588588

589589
class LakeFSFileSystemFlavour(AbstractFileSystemFlavour):
590590
__orig_class__ = 'lakefs_spec.spec.LakeFSFileSystem'
591-
__orig_version__ = '0.10.0'
591+
__orig_version__ = '0.11.0'
592592
protocol = ('lakefs',)
593593
root_marker = ''
594594
sep = '/'

0 commit comments

Comments
 (0)