From 3e14dd24c273f2a88d025c9ca9cc70cc33372215 Mon Sep 17 00:00:00 2001 From: Brian Mesick Date: Thu, 17 Oct 2024 10:48:09 -0400 Subject: [PATCH] docs: Add issue comment for unpinning MyPY Co-authored-by: Muhammad Farhan --- requirements/constraints.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 370bf2f16d..7bf90df3cb 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -126,6 +126,7 @@ moto<5.0 # Date: 2024-10-16 # MyPY 1.12.0 fails on all PRs with the following error: # openedx/core/djangoapps/content_libraries/api.py:732: error: INTERNAL ERROR +# Issue for unpinning: https://github.com/openedx/edx-platform/issues/35667 mypy<1.12.0 # Date: 2024-07-16