Skip to content

Commit d73f5fd

Browse files
authored
pin pyright to 1.1.308 (#709)
1 parent e3a823a commit d73f5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ mypy = "1.3.0"
4040
pandas = "2.0.1"
4141
pyarrow = ">=10.0.1"
4242
pytest = ">=7.1.2"
43-
pyright = ">= 1.1.306"
43+
pyright = "<= 1.1.308"
4444
poethepoet = ">=0.16.5"
4545
loguru = ">=0.6.0"
4646
typing-extensions = ">=4.4.0"

0 commit comments

Comments
 (0)