From ce0b4242548e7b29423669cd71b79efd3fbcd0c7 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Mon, 24 Feb 2020 10:25:57 -0500 Subject: [PATCH] add constraint for edx-drf-extensions There is a planned edx-drf-extension update to 3.0.0 to remove the toggle used for ENFORCE_JWT_SCOPES. Currently, edx-platform is dependent on the this toggle. This constraint will keep other `make upgrade` PRs working in the short window before the edx-paltform PR to remove the same toggle can land. BOM-1324 --- requirements/constraints.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index c0b3a55691..7b204e83e9 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -82,3 +82,6 @@ django-storages<1.9 # Support was dropped for Python 3.5, Django 2.0, Django 2.1, DRF 3.7 drf-yasg<1.17.1 + +# BOM-1324: This constraint will be removed separately once 3.0.0 is out +edx-drf-extensions<3.0.0