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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user