Unverified Commit 61d49601 authored by davelopez's avatar davelopez
Browse files

Update dropboxfs conditional dependency version to 1.0.3

This is the minimum version that contain a fix for listing the root directory using "/". Otherwise, it will raise the following error:
`Specify the root folder as an empty string rather than as "/".`
parent a0fc6a2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ openai

# For file sources plugins
fs.webdavfs>=0.4.2  # type: webdav
fs.dropboxfs>=1.0  # type: dropbox
fs.dropboxfs>=1.0.3  # type: dropbox
fs.sshfs  # type: ssh
fs.anvilfs # type: anvil
fs.googledrivefs # type: googledrive