Skip to content

Commit 92f096a

Browse files
committed
fix(ci): cap pyright at <1.1.400 to avoid CI hang
Pyright 1.1.410 hangs indefinitely in GitHub Actions. Cap at <1.1.400 until the issue is resolved upstream.
1 parent eebb0ad commit 92f096a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ optional = true
2727

2828
[tool.poetry.group.linting.dependencies]
2929
mypy = { version = ">=1.5.0", python = "^3.10" }
30-
pyright = { version = "^1.1.373", python = "^3.10" }
30+
pyright = { version = ">=1.1.373,<1.1.400", python = "^3.10" }
3131
types-aiobotocore = { extras = [
3232
"dynamodb",
3333
], version = "^2.5.0.post2", python = "^3.10" }

0 commit comments

Comments
 (0)