From 8a1961f5f15d7f604ee5095f5f79f17b9c1053cf Mon Sep 17 00:00:00 2001 From: Emily Arnold Date: Tue, 13 Jan 2026 15:08:45 +0000 Subject: [PATCH] exclude buggy pyright version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf5b60e..18266e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dev = [ "copier", "pipdeptree", "pre-commit", - "pyright==1.1.406", + "pyright!=1.1.407", "pytest", "pytest-asyncio", "pytest-cov",