Skip to content

Commit aef081f

Browse files
Fix ty
1 parent 4d1c818 commit aef081f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pandas-stubs/core/frame.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,8 @@ class DataFrame(NDFrame, OpsMixin, _GetItemHack):
547547
cls,
548548
data: (
549549
np_2darray
550+
| Sequence[SequenceNotStr]
551+
| Sequence[Mapping[str, Any]]
550552
| Iterator[SequenceNotStr]
551553
| Iterator[Mapping[str, Any]]
552554
| Mapping[str, Any]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pandas = "2.3.3"
4242
pyarrow = ">=10.0.1"
4343
pytest = ">=8.4.2"
4444
pyright = ">=1.1.407"
45-
ty = ">=0.0.1a24"
45+
ty = "0.0.1a25"
4646
pyrefly = ">=0.38.2"
4747
poethepoet = ">=0.16.5"
4848
loguru = ">=0.6.0"

0 commit comments

Comments
 (0)