From 8d62b8db2b15b20e0c40fb16a15d51df60d0507d Mon Sep 17 00:00:00 2001 From: Kshitij Sobti Date: Fri, 1 Oct 2021 16:51:33 +0000 Subject: [PATCH] chore: pin version edx-drf-extensions until breaking changes addressed (#28893) The edx-drf-extensions==8.0.0 release will remove support for rest_condition which is currently used by this repo. That is being handled in https://github.com/edx/edx-platform/pull/28663 which will unpin this dependency --- requirements/constraints.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 43bf009f74..d9a2300e58 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -102,3 +102,9 @@ pylint<2.10.0 # Feel free to loosen this constraint if/when it is confirmed that a later # version of py2neo will work with Neo4j 3.5. py2neo<2022 + +# The next major release of edx-drf-extensions removes support for +# rest_condition, and this is being handled in +# https://github.com/edx/edx-platform/pull/28663 +# Till that PR is merged, keep to a version below 8 to avoid breaking things. +edx-drf-extensions<8.0.0