diff --git a/requirements/constraints.txt b/requirements/constraints.txt index e72db78e..51f76a64 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -15,7 +15,10 @@ # Ensures a consistent pylint version across all Python environments to avoid triggering varying warnings pylint<3.3.0 -# Higher version has breaking changes in the platform as described here https://github.com/openedx/edx-platform/issues/35277 +# Date: 2023-07-31 +# As it is not clarified what exact breaking changes will be introduced as per +# the next major release, ensure the installed version is within boundaries. +# Issue for unpinning: https://github.com/openedx/edx-platform/issues/32884 django-oauth-toolkit<2.0.0 # backports.zoneinfo is only needed for Python < 3.9