Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions plugins/tutor-contrib-ltistore/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ classifiers = [

]
dependencies = [
"tutor>=19.0.0,<21.0.0",
"tutor>=19.0.0,<22.0.0",
]
optional-dependencies = { dev = ["tutor[dev]>=19.0.0,<21.0.0"] }
optional-dependencies = { dev = ["tutor[dev]>=19.0.0,<22.0.0"] }

# These fields will be set by hatch_build.py
dynamic = ["version"]
Expand Down
2 changes: 1 addition & 1 deletion plugins/tutor-contrib-paragon/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ To use this plugin, ensure you're running compatible versions of Open edX and it

::

tutor>=19.0.0,<21.0.0
tutor>=19.0.0,<22.0.0

This constraint will be revisited once as future versions of Tutor are released and this plugin's functionality is verified against them.
Copy link
Contributor

@arbrandes arbrandes Jan 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Final question: can you confirm that both the Paragon and the LTI plugins work with Tutor 21? Not just that they don't break the build, but that the features they enable actually work on Ulmo?


Expand Down
6 changes: 3 additions & 3 deletions plugins/tutor-contrib-paragon/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ classifiers = [

]
dependencies = [
"tutor>=19.0.0,<21.0.0",
"tutor-mfe>=20.1.0,<21.0.0",
"tutor>=19.0.0,<22.0.0",
"tutor-mfe>=20.1.0,<22.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"] }
optional-dependencies = { dev = ["tutor[dev]>=19.0.0,<22.0.0", "pytest>=8.3.4", "pytest-order>=1.3.0", "requests>=2.32.2"] }

# These fields will be set by hatch_build.py
dynamic = ["version"]
Expand Down