From 6de20f6b60d4ab3691d2a98dfc16a22743e5f379 Mon Sep 17 00:00:00 2001 From: Alexandre Catarino Date: Sat, 27 Jun 2026 15:24:44 +0100 Subject: [PATCH] Update mypy to 2.1.0 in syntax tests workflow Matches QuantConnect/Lean#9566. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/syntax-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/syntax-tests.yml b/.github/workflows/syntax-tests.yml index f4309d402a..cfe033b4c2 100644 --- a/.github/workflows/syntax-tests.yml +++ b/.github/workflows/syntax-tests.yml @@ -48,7 +48,7 @@ jobs: - name: Run Syntax Test run: | - runInContainer bash -c "pip install --no-cache-dir quantconnect-stubs requests types-requests==2.32.* types-pytz==2025.2.0.* mypy==1.20.2" + runInContainer bash -c "pip install --no-cache-dir quantconnect-stubs requests types-requests==2.32.* types-pytz==2025.2.0.* mypy==2.1.0" runInContainer python -u project-templates/python/run_syntax_check.py - name: Run Project Match Check