From 13ca22e651c302826a43d9bfe8c6c894044ee0ae Mon Sep 17 00:00:00 2001 From: Agrendalath Date: Mon, 30 Jan 2023 15:00:25 +0100 Subject: [PATCH] chore: add version constraint for LTI Consumer XBlock --- requirements/constraints.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index c63d3a8abad0..c796ad340c26 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -78,3 +78,6 @@ cryptography==38.0.4 # greater version has some issues with openssl. bleach[css]==5.0.1 # greater version has some breaking changes. +# This constraint can be removed in https://github.com/openedx/edx-platform/pull/31475, which changes the imports used +# by this XBlock. +lti-consumer-xblock<=7.2.3