Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
# 0.10.11 is the first release with `step_name` on both Session.run_task and
# Session.enter_environment (RFC 0007/0008). Below it, run_task() raises
# TypeError on every task run, since this CLI passes the keyword unconditionally.
"openjd-sessions >= 0.10.11,< 0.11",
"openjd-sessions >= 0.10.11,< 0.12",
"openjd-model >= 0.9,< 0.12"
]

Expand Down
Loading