Skip to content
Snippets Groups Projects
Commit ce0b4242 authored by Robert Raposa's avatar Robert Raposa
Browse files

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
parent 30e9dfad
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment