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
This commit is contained in:
Kshitij Sobti
2021-10-01 16:51:33 +00:00
committed by GitHub
parent dd6e908635
commit 8d62b8db2b

View File

@@ -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