Skip to content

Commit 7cd490c

Browse files
committed
build: Unpin mypy and upgrade it to latest
This is possible now that django-stubs and djangorestframework-stubs are unpinned: openedx@a5b773c which became possible once we upgraded to django 4.2. Closes: openedx#35667
1 parent 03430ad commit 7cd490c

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

requirements/constraints.txt

-6
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,6 @@ markdown<3.4.0
112112
# Issue for unpinning: https://github.com/openedx/edx-platform/issues/35270
113113
moto<5.0
114114

115-
# Date: 2024-10-16
116-
# MyPY 1.12.0 fails on all PRs with the following error:
117-
# openedx/core/djangoapps/content_libraries/api.py:732: error: INTERNAL ERROR
118-
# Issue for unpinning: https://github.com/openedx/edx-platform/issues/35667
119-
mypy<1.12.0
120-
121115
# Date: 2024-07-16
122116
# We need to upgrade the version of elasticsearch to atleast 7.15 before we can upgrade to Numpy 2.0.0
123117
# Otherwise we see a failure while running the following command:

requirements/edx/development.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@ multidict==6.1.0
12921292
# -r requirements/edx/testing.txt
12931293
# aiohttp
12941294
# yarl
1295-
mypy==1.11.2
1295+
mypy==1.14.1
12961296
# via
12971297
# -c requirements/edx/../constraints.txt
12981298
# -r requirements/edx/development.in

0 commit comments

Comments
 (0)