From cfed34334c9f186146f8cc6dd4f3c14ba10c6224 Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Sat, 10 Jan 2026 14:00:00 +0100 Subject: [PATCH] Update mypy primer pin (#22490) --- crates/ty_python_semantic/resources/primer/good.txt | 2 ++ scripts/mypy_primer.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/crates/ty_python_semantic/resources/primer/good.txt b/crates/ty_python_semantic/resources/primer/good.txt index e62bb8f3d6..6f1421b94b 100644 --- a/crates/ty_python_semantic/resources/primer/good.txt +++ b/crates/ty_python_semantic/resources/primer/good.txt @@ -36,6 +36,7 @@ com2ann comtypes core cpython +cryptography cwltool dacite dd-trace-py @@ -79,6 +80,7 @@ mypy-protobuf mypy_primer nionutils nox +numpy-stl openlibrary operator optuna diff --git a/scripts/mypy_primer.sh b/scripts/mypy_primer.sh index 7af2501f03..4f439bf29e 100755 --- a/scripts/mypy_primer.sh +++ b/scripts/mypy_primer.sh @@ -22,7 +22,7 @@ cd .. echo "Project selector: ${PRIMER_SELECTOR}" # Allow the exit code to be 0 or 1, only fail for actual mypy_primer crashes/bugs uvx \ - --from="git+https://github.com/hauntsaninja/mypy_primer@a81360123447a9409ab72f6b4f9684c02a9768e7" \ + --from="git+https://github.com/hauntsaninja/mypy_primer@ea7c45364a129b9a556b08a6285f8df0e5aedf0a" \ mypy_primer \ --repo ruff \ --type-checker ty \