Skip to content

Commit

Permalink
upath: update flavours (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- authored Oct 14, 2024
1 parent 009f5cf commit 1a32d12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ webdav4[fsspec]==0.10.0
# gfrivefs @ git+https://github.com/fsspec/gdrivefs@master broken ...
morefs[asynclocalfs]==0.2.2
dvc==3.55.2
huggingface_hub==0.24.6
lakefs-spec==0.10.0
huggingface_hub==0.25.2
lakefs-spec==0.11.0
ossfs==2023.12.0
fsspec-xrootd==0.4.0
wandbfs==0.0.2
4 changes: 2 additions & 2 deletions upath/_flavour_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ def _get_kwargs_from_urls(path):

class HfFileSystemFlavour(AbstractFileSystemFlavour):
__orig_class__ = 'huggingface_hub.hf_file_system.HfFileSystem'
__orig_version__ = '0.24.6'
__orig_version__ = '0.25.2'
protocol = ('hf',)
root_marker = ''
sep = '/'
Expand All @@ -588,7 +588,7 @@ class JupyterFileSystemFlavour(AbstractFileSystemFlavour):

class LakeFSFileSystemFlavour(AbstractFileSystemFlavour):
__orig_class__ = 'lakefs_spec.spec.LakeFSFileSystem'
__orig_version__ = '0.10.0'
__orig_version__ = '0.11.0'
protocol = ('lakefs',)
root_marker = ''
sep = '/'
Expand Down

0 comments on commit 1a32d12

Please sign in to comment.