We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4beb285 commit 568aa90Copy full SHA for 568aa90
plugins/flytekit-async-fsspec/setup.py
@@ -4,7 +4,7 @@
4
5
microlib_name = "flytekitplugins-async-fsspec"
6
7
-plugin_requires = ["flytekit"]
+plugin_requires = ["flytekit", "s3fs>=2023.3.0,!=2024.3.1"]
8
9
__version__ = "0.0.0+develop"
10
0 commit comments