Skip to content

Commit fa7e444

Browse files
committed
Version 2.2.2.240909
1 parent 0a5115d commit fa7e444

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pandas-stubs/_version.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ version_json: str = ...
44

55
def get_versions(): ...
66

7-
_stub_version: Literal["2.2.2.240807"]
7+
_stub_version: Literal["2.2.2.240909"]

pandas-stubs/core/groupby/generic.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class DataFrameGroupBy(GroupBy[DataFrame], Generic[ByT]):
207207
) -> DataFrame: ...
208208
# error: overload 1 overlaps overload 2 because of different return types
209209
@overload
210-
def aggregate(self, func: Literal["size"]) -> Series: ... # type: ignore[overload-overlap]
210+
def aggregate(self, func: Literal["size"]) -> Series: ... # type: ignore[overload-overlap] # pyright: ignore[reportOverlappingOverload]
211211
@overload
212212
def aggregate(
213213
self,

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pandas-stubs"
3-
version = "2.2.2.240807"
3+
version = "2.2.2.240909"
44
description = "Type annotations for pandas"
55
authors = ["The Pandas Development Team <[email protected]>"]
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)