From 1a32d12f2d056c6954c6a0c0b1a04abf6a08c85d Mon Sep 17 00:00:00 2001 From: Andreas Poehlmann Date: Mon, 14 Oct 2024 03:26:09 +0200 Subject: [PATCH] upath: update flavours (#299) --- dev/requirements.txt | 4 ++-- upath/_flavour_sources.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev/requirements.txt b/dev/requirements.txt index f9ecc29..dca860d 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -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 diff --git a/upath/_flavour_sources.py b/upath/_flavour_sources.py index 0cd27f2..2a121cc 100644 --- a/upath/_flavour_sources.py +++ b/upath/_flavour_sources.py @@ -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 = '/' @@ -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 = '/'