Skip to content

Commit 8a5f42e

Browse files
committed
fix: update tutor dependency to remove upper version limit
1 parent cd9a9a0 commit 8a5f42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/tutor-contrib-paragon/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727

2828
]
2929
dependencies = [
30-
"tutor>=19.0.0,<20.0.0",
30+
"tutor>=19.0.0",
3131
]
3232

3333
optional-dependencies = { dev = ["tutor[dev]>=19.0.0,<20.0.0", "pytest>=8.3.4", "pytest-order>=1.3.0"] }

0 commit comments

Comments
 (0)