Skip to content

Commit 3ce8a3e

Browse files
Auto-update generated flavours
1 parent d75e5ba commit 3ce8a3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

upath/_flavour_sources.py

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

630630
class HfFileSystemFlavour(AbstractFileSystemFlavour):
631631
__orig_class__ = 'huggingface_hub.hf_file_system.HfFileSystem'
632-
__orig_version__ = '1.2.1'
632+
__orig_version__ = '1.2.3'
633633
protocol = ('hf',)
634634
root_marker = ''
635635
sep = '/'
@@ -1026,7 +1026,7 @@ def _strip_protocol(cls, path):
10261026

10271027
class _DVCFileSystemFlavour(AbstractFileSystemFlavour):
10281028
__orig_class__ = 'dvc.fs.dvc._DVCFileSystem'
1029-
__orig_version__ = '3.64.2'
1029+
__orig_version__ = '3.65.0'
10301030
protocol = ('dvc',)
10311031
root_marker = '/'
10321032
sep = '/'

0 commit comments

Comments
 (0)