Skip to content

Commit 5248546

Browse files
authored
relax fsspec and pytz version pin allowing up to and including the last version of the package (#557)
1 parent 1af9903 commit 5248546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ dependencies = [
3636
"pydantic>=1.10,<3",
3737
"sqlalchemy>=2.0,<3",
3838
"croniter~=1.4",
39-
"pytz==2023.3",
40-
"fsspec==2023.6.0",
39+
"pytz>=2023.3,<=2024.2",
40+
"fsspec>=2023.6.0,<=2024.10.0",
4141
"psutil~=5.9"
4242
]
4343

0 commit comments

Comments
 (0)