Skip to content

Commit a505ed5

Browse files
authored
update fsspec 2025.3.0 (#7478)
update fsspec max version to 2025.3.0 - current release
1 parent 75f5793 commit a505ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"multiprocess<0.70.17", # to align with dill<0.3.9 (see above)
128128
# to save datasets locally or on any filesystem
129129
# minimum 2023.1.0 to support protocol=kwargs in fsspec's `open`, `get_fs_token_paths`, etc.: see https://github.com/fsspec/filesystem_spec/pull/1143
130-
"fsspec[http]>=2023.1.0,<=2024.12.0",
130+
"fsspec[http]>=2023.1.0,<=2025.3.0",
131131
# for data streaming via http
132132
"aiohttp",
133133
# To get datasets from the Datasets Hub on huggingface.co

0 commit comments

Comments
 (0)