diff --git a/pyproject.toml b/pyproject.toml index f7e915504d..95dbb7dfac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,9 @@ dependencies = [ "docstring-parser>=0.9.0", "flyteidl>=1.15.4b0", "fsspec>=2023.3.0", - "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 + # Bug in 2025.5.0, 2025.5.0post1 https://github.com/fsspec/gcsfs/issues/687 + # Bug in 2024.2.0 https://github.com/fsspec/gcsfs/pull/643 + "gcsfs>=2023.3.0,!=2024.2.0,!=2025.5.0,!=2025.5.0post1", "googleapis-common-protos>=1.57", "grpcio", "grpcio-status",