From 55bf98bbb42bfa50b711241232eb203ea35bc106 Mon Sep 17 00:00:00 2001 From: Andres Espinel Date: Mon, 18 Nov 2024 01:01:48 -0500 Subject: [PATCH] chore: updated constraint commentary with correct issue --- requirements/constraints.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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