diff --git a/plugins/tutor-contrib-paragon/pyproject.toml b/plugins/tutor-contrib-paragon/pyproject.toml index 83210a2..16e0e6d 100644 --- a/plugins/tutor-contrib-paragon/pyproject.toml +++ b/plugins/tutor-contrib-paragon/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ ] dependencies = [ "tutor>=19.0.0,<21.0.0", - "tutor-mfe @ git+https://github.com/overhangio/tutor-mfe.git@release", + "tutor-mfe>=20.1.0,<21.0.0", ] optional-dependencies = { dev = ["tutor[dev]>=19.0.0,<21.0.0", "pytest>=8.3.4", "pytest-order>=1.3.0", "requests>=2.32.2"] }