Skip to content

Commit 08e5faf

Browse files
committed
Add upper limit to fsspec due to regression in 2026.2.0
1 parent ee441f6 commit 08e5faf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"click>=8.3.0",
2222
"click-params>=0.5.0",
2323
"dask>=2025.9.1",
24-
"fsspec>=2025.9.0",
24+
"fsspec>=2025.9.0,<2026.2.0",
2525
"pint>=0.25.0",
2626
"psutil>=7.1.0",
2727
"pydantic>=2.12.0",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)