Skip to content

Commit

Permalink
relax fsspec and pytz version pin allowing up to and including the la…
Browse files Browse the repository at this point in the history
…st version of the package (#557)
  • Loading branch information
andrii-i authored Nov 12, 2024
1 parent 1af9903 commit 5248546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ dependencies = [
"pydantic>=1.10,<3",
"sqlalchemy>=2.0,<3",
"croniter~=1.4",
"pytz==2023.3",
"fsspec==2023.6.0",
"pytz>=2023.3,<=2024.2",
"fsspec>=2023.6.0,<=2024.10.0",
"psutil~=5.9"
]

Expand Down

0 comments on commit 5248546

Please sign in to comment.