From ad0555267ff7becdafb637fdd43783057d1163dc Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Wed, 23 Jun 2021 17:00:41 -0400 Subject: [PATCH] fix: Pin lti-consumer-xblock version. (#28014) There are issues in lti-consumer-xblock version 2.11.0 that we cannot merge into edx-platform. This pins to a previous version until the issues are resolved. --- requirements/constraints.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 99f6b5408b..c8f59c7d61 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -102,3 +102,6 @@ maxminddb<2.0.0 # maxminddb 2.0.0 has dropped support for Python 3.5 path<13.2.0 # path 13.2.0 drops support for Python 3.5 zipp==1.0.0 # zipp 2.0.0 requires Python >= 3.6 geoip2<4.0.1 # geoip2 requires Python 3.6 + +# There are corresponding changes in edx-platform that need to be made before we can update. +lti-consumer-xblock<2.11.0