Skip to content

Commit 67ea776

Browse files
authored
Allow fsspec up to 2025.1 (#510)
fsspec uses calendar versioning in which case the limit might not even make sense. Bumping it to another year, but you might want to consider removing the upper bound.
1 parent 0ab3262 commit 67ea776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ rich = ">=10.11.0,<14.0.0"
5454
strictyaml = ">=1.7.0,<2.0.0" # CVE-2020-14343 was fixed in 5.4.
5555
pydantic = ">=2.0,<3.0,!=2.4.0,!=2.4.1" # 2.4.0, 2.4.1 has a critical bug
5656
sortedcontainers = "2.4.0"
57-
fsspec = ">=2023.1.0,<2024.1.0"
57+
fsspec = ">=2023.1.0,<2025.1.0"
5858
pyparsing = ">=3.1.0,<4.0.0"
5959
zstandard = ">=0.13.0,<1.0.0"
6060
tenacity = ">=8.2.3,<9.0.0"

0 commit comments

Comments
 (0)