Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,21 +139,21 @@ filelock==3.20.3
# virtualenv
flatbuffers==25.12.19
# via tensorflow
flyteidl==1.16.3
flyteidl==1.16.7
# via flytekit
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
fsspec==2024.5.0
fsspec==2025.3.2
# via
# adlfs
# flytekit
# gcsfs
# s3fs
gast==0.7.0
# via tensorflow
gcsfs==2024.5.0
gcsfs==2025.3.2
# via flytekit
google-api-core[grpc]==2.19.0
# via
Expand Down Expand Up @@ -541,7 +541,7 @@ rich-click==1.8.2
# via flytekit
rsa==4.9
# via google-auth
s3fs==2024.5.0
s3fs==2025.3.2
# via flytekit
scikit-learn==1.5.0
# via -r dev-requirements.in
Expand Down
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ dependencies = [
"docker>=4.0.0",
"docstring-parser>=0.9.0",
"flyteidl>=1.16.7,<2.0.0a0",
"fsspec>=2023.3.0",
# 2024.9.0 floor: aiohttp/gcsfs Python 3.12 shutdown-race fixes (_runner aclose loop safety)
"fsspec>=2024.9.0",
# 2024.9.0 floor: shutdown-race fixes (supersedes the 2024.2.0 bug, https://github.com/fsspec/gcsfs/pull/643)
# 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",
"gcsfs>=2024.9.0,!=2025.5.0,!=2025.5.0post1",
"googleapis-common-protos>=1.57",
"grpcio",
"grpcio-status",
Expand All @@ -49,7 +50,7 @@ dependencies = [
"requests>=2.18.4",
"rich",
"rich_click",
"s3fs>=2023.3.0,!=2024.3.1",
"s3fs>=2024.9.0",
"statsd>=3.0.0",
"typing_extensions",
"urllib3>=1.22",
Expand Down
Loading