From 9d4b0541ecd1f30e0da77f71df71c6fbd56c3b3e Mon Sep 17 00:00:00 2001 From: Martin-Molinero Date: Fri, 26 Jun 2026 13:10:26 -0300 Subject: [PATCH] Update mypy version in syntax tests workflow --- .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 8dffdf1021e2..1d6cf2253e8c 100644 --- a/.github/workflows/syntax-tests.yml +++ b/.github/workflows/syntax-tests.yml @@ -23,5 +23,5 @@ jobs: - name: Run Syntax Test run: | - pip install --no-cache-dir quantconnect-stubs types-requests==2.32.* types-pytz==2025.2.0.* mypy==1.20.2 + pip install --no-cache-dir quantconnect-stubs types-requests==2.32.* types-pytz==2025.2.0.* mypy==2.1.0 python run_syntax_check.py