Skip to content

Commit 568aa90

Browse files
committed
build: add dependence s3fs in async-fsspec plugin
Signed-off-by: machichima <[email protected]>
1 parent 4beb285 commit 568aa90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/flytekit-async-fsspec/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
microlib_name = "flytekitplugins-async-fsspec"
66

7-
plugin_requires = ["flytekit"]
7+
plugin_requires = ["flytekit", "s3fs>=2023.3.0,!=2024.3.1"]
88

99
__version__ = "0.0.0+develop"
1010

0 commit comments

Comments
 (0)