@@ -630,7 +630,7 @@ def _get_kwargs_from_urls(path):
630630
631631class HfFileSystemFlavour (AbstractFileSystemFlavour ):
632632 __orig_class__ = 'huggingface_hub.hf_file_system.HfFileSystem'
633- __orig_version__ = '1.4.1 '
633+ __orig_version__ = '1.8.0 '
634634 protocol = ('hf' ,)
635635 root_marker = ''
636636 sep = '/'
@@ -974,7 +974,7 @@ def _get_kwargs_from_urls(urlpath):
974974
975975class WebdavFileSystemFlavour (AbstractFileSystemFlavour ):
976976 __orig_class__ = 'webdav4.fsspec.WebdavFileSystem'
977- __orig_version__ = '0.10 .0'
977+ __orig_version__ = '0.11 .0'
978978 protocol = ('webdav' , 'dav' )
979979 root_marker = ''
980980 sep = '/'
@@ -983,7 +983,7 @@ class WebdavFileSystemFlavour(AbstractFileSystemFlavour):
983983 def _strip_protocol (cls , path : str ) -> str :
984984 """Strips protocol from the given path, overriding for type-casting."""
985985 stripped = super ()._strip_protocol (path )
986- return cast (str , stripped )
986+ return cast (" str" , stripped )
987987
988988
989989class XRootDFileSystemFlavour (AbstractFileSystemFlavour ):
@@ -1027,7 +1027,7 @@ def _strip_protocol(cls, path):
10271027
10281028class _DVCFileSystemFlavour (AbstractFileSystemFlavour ):
10291029 __orig_class__ = 'dvc.fs.dvc._DVCFileSystem'
1030- __orig_version__ = '3.66.1 '
1030+ __orig_version__ = '3.67.0 '
10311031 protocol = ('dvc' ,)
10321032 root_marker = '/'
10331033 sep = '/'
0 commit comments