Skip to content

Commit

Permalink
remove upper bound for deps croniter (flyteorg#2492)
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Liu <[email protected]>
Signed-off-by: bugra.gedik <[email protected]>
  • Loading branch information
austin362667 authored and bugra.gedik committed Jul 3, 2024
1 parent adb7876 commit 43a3e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"adlfs>=2023.3.0",
"click>=6.6",
"cloudpickle>=2.0.0",
"croniter>=0.3.20,<4.0.0",
"croniter>=0.3.20",
"dataclasses-json>=0.5.2,<0.5.12", # TODO: remove upper-bound after fixing change in contract
"diskcache>=5.2.1",
"docker>=4.0.0",
Expand Down

0 comments on commit 43a3e8e

Please sign in to comment.