File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ from typing import Literal
2
2
3
3
version_json : str = ...
4
4
5
- _stub_version : Literal ["2.3.0.250703 " ]
5
+ _stub_version : Literal ["2.3.2.250827 " ]
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pandas-stubs"
3
- version = " 2.3.0.250703 "
3
+ version = " 2.3.2.250827 "
4
4
description = " Type annotations for pandas"
5
5
authors = [
" The Pandas Development Team <[email protected] >" ]
6
6
license = " BSD-3-Clause"
@@ -23,7 +23,8 @@ classifiers = [
23
23
" Topic :: Scientific/Engineering" ,
24
24
" Typing :: Stubs Only" ,
25
25
]
26
- packages = [{ "include" = " pandas-stubs" }]
26
+ packages = [{ include = " pandas-stubs" }]
27
+ exclude = [ " pandas-stubs/__init__.py" ]
27
28
28
29
[tool .poetry .urls ]
29
30
"Bug Tracker" = " https://github.com/pandas-dev/pandas-stubs/issues"
@@ -36,7 +37,7 @@ numpy = ">= 1.23.5"
36
37
37
38
[tool .poetry .group .dev .dependencies ]
38
39
mypy = " 1.17.1"
39
- pandas = " 2.3.1 "
40
+ pandas = " 2.3.2 "
40
41
pyarrow = " >=10.0.1"
41
42
pytest = " >=7.1.2"
42
43
pyright = " >=1.1.404"
You can’t perform that action at this time.
0 commit comments