Skip to content

Commit 85fbeef

Browse files
committed
fix: specify upper version limit for tutor-mfe
1 parent 7d85fa5 commit 85fbeef

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
@@ -28,7 +28,7 @@ classifiers = [
2828
]
2929
dependencies = [
3030
"tutor>=19.0.0,<21.0.0",
31-
"tutor-mfe>=20.1.0",
31+
"tutor-mfe>=20.1.0,<21.0.0",
3232
]
3333

3434
optional-dependencies = { dev = ["tutor[dev]>=19.0.0,<21.0.0", "pytest>=8.3.4", "pytest-order>=1.3.0", "requests>=2.32.2"] }

0 commit comments

Comments
 (0)