We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75e5ba commit 3ce8a3eCopy full SHA for 3ce8a3e
1 file changed
upath/_flavour_sources.py
@@ -629,7 +629,7 @@ def _get_kwargs_from_urls(path):
629
630
class HfFileSystemFlavour(AbstractFileSystemFlavour):
631
__orig_class__ = 'huggingface_hub.hf_file_system.HfFileSystem'
632
- __orig_version__ = '1.2.1'
+ __orig_version__ = '1.2.3'
633
protocol = ('hf',)
634
root_marker = ''
635
sep = '/'
@@ -1026,7 +1026,7 @@ def _strip_protocol(cls, path):
1026
1027
class _DVCFileSystemFlavour(AbstractFileSystemFlavour):
1028
__orig_class__ = 'dvc.fs.dvc._DVCFileSystem'
1029
- __orig_version__ = '3.64.2'
+ __orig_version__ = '3.65.0'
1030
protocol = ('dvc',)
1031
root_marker = '/'
1032
0 commit comments