Skip to content

Commit fcb941a

Browse files
committed
chore: downgrade basedpyright due to bug
1 parent 636d849 commit fcb941a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dev = [
5858
"coverage[toml]<8.0.0,>=7.2.5",
5959
"pytest-xdist<4.0.0,>=3.6.1",
6060
"inline-snapshot==0.29.2", # Reason: later versions of inline-snapshots makes IDE crash when testing
61-
"basedpyright~=1.29",
61+
"basedpyright==1.39.0", # Reason: seems to be a bug in 1.39.1 or 1.39.2 wrt. functional operators
6262
"pytest-split~=0.10.0",
6363
"pytest-profiling~=1.8.1",
6464
"pandas-stubs>=3.0.0.260204",

uv.lock

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

0 commit comments

Comments
 (0)