From 426c23b5f69e73e953bf4eac63c1f8b5bb9183ce Mon Sep 17 00:00:00 2001 From: Piotr Surowiec Date: Mon, 30 Jan 2023 15:18:29 +0100 Subject: [PATCH] chore: add version constraint for LTI Consumer XBlock (#31669) --- requirements/constraints.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index c63d3a8aba..c796ad340c 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