Skip to content

Commit 8504602

Browse files
pingsutwAtharva1723
authored andcommitted
fix(pyproject.toml): Exclude gcsfs 2024.2.0 due to bug (flyteorg#3309)
Signed-off-by: Atharva <[email protected]>
1 parent f167c0c commit 8504602

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ dependencies = [
2222
"docstring-parser>=0.9.0",
2323
"flyteidl>=1.15.4b0",
2424
"fsspec>=2023.3.0",
25-
"gcsfs>=2023.3.0,!=2025.5.0,!=2025.5.0post1", # Bug in 2025.5.0, 2025.5.0post1 https://github.com/fsspec/gcsfs/issues/687
25+
# Bug in 2025.5.0, 2025.5.0post1 https://github.com/fsspec/gcsfs/issues/687
26+
# Bug in 2024.2.0 https://github.com/fsspec/gcsfs/pull/643
27+
"gcsfs>=2023.3.0,!=2024.2.0,!=2025.5.0,!=2025.5.0post1",
2628
"googleapis-common-protos>=1.57",
2729
"grpcio",
2830
"grpcio-status",

0 commit comments

Comments
 (0)