Skip to content

Commit 60b9769

Browse files
Irfan AhmadIrfan Ahmad
authored andcommitted
fix: bump xblocks-contrib to match master's app-code changes
Master's xblocks-contrib upgrade (#38988, v0.17.0 -> v1.0.5) restructured the package's internal modules and updated application code to match (e.g. imports from xblocks_contrib.problem.capa.testing). That app-code change merged cleanly (no git conflict), but xblocks-contrib is unconstrained in our pyproject.toml, so a plain `uv lock` kept it at the old 0.17.0 -- breaking pylint/unit-test collection with ModuleNotFoundError. Bumped via `uv lock --upgrade-package xblocks-contrib`; verified the new module path exists in the installed package.
1 parent 12c2333 commit 60b9769

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

requirements/edx/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ xblock==6.3.1
13011301
xblock-drag-and-drop-v2==5.1.0
13021302
xblock-google-drive==0.8.2
13031303
xblock-poll==1.16.1
1304-
xblocks-contrib==0.17.0
1304+
xblocks-contrib==1.0.5
13051305
xmlsec==1.3.14
13061306
# via python3-saml
13071307
xss-utils==1.0.0

requirements/edx/development.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ xblock==6.3.1
15601560
xblock-drag-and-drop-v2==5.1.0
15611561
xblock-google-drive==0.8.2
15621562
xblock-poll==1.16.1
1563-
xblocks-contrib==0.17.0
1563+
xblocks-contrib==1.0.5
15641564
xmlsec==1.3.14
15651565
# via python3-saml
15661566
xss-utils==1.0.0

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)