Skip to content

Commit

Permalink
build: Downgrade xblock due to behavior regression.
Browse files Browse the repository at this point in the history
Xblock used to allow overrides of the built-in xblocks.
The latest version introduced a regression.
  • Loading branch information
dianakhuang committed Aug 7, 2024
1 parent 99760f8 commit b8fe0ae
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,7 @@ django-storages<1.14.4
# We are pinning this until after all the smaller migrations get handled and then we can migrate this all at once.
# Ticket to unpin: https:/edx/edx-arch-experiments/issues/760
social-auth-app-django<=5.4.1

# Xblock==5.0.0 accidentally introduced an issue where xblock plugin overrides were not being respected.
# See ticket: https:/openedx/XBlock/issues/777
xblock[django]==4.0.1
3 changes: 2 additions & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1258,8 +1258,9 @@ webob==1.8.7
# xblock
wrapt==1.16.0
# via -r requirements/edx/paver.txt
xblock[django]==5.0.0
xblock[django]==4.0.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
# acid-xblock
# crowdsourcehinter-xblock
Expand Down
3 changes: 2 additions & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2231,8 +2231,9 @@ wrapt==1.16.0
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# astroid
xblock[django]==5.0.0
xblock[django]==4.0.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# acid-xblock
Expand Down
3 changes: 2 additions & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1549,8 +1549,9 @@ webob==1.8.7
# xblock
wrapt==1.16.0
# via -r requirements/edx/base.txt
xblock[django]==5.0.0
xblock[django]==4.0.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
# acid-xblock
# crowdsourcehinter-xblock
Expand Down
3 changes: 2 additions & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1646,8 +1646,9 @@ wrapt==1.16.0
# via
# -r requirements/edx/base.txt
# astroid
xblock[django]==5.0.0
xblock[django]==4.0.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
# acid-xblock
# crowdsourcehinter-xblock
Expand Down

0 comments on commit b8fe0ae

Please sign in to comment.