We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f2f0c commit a9f3327Copy full SHA for a9f3327
pandas-stubs/_version.pyi
@@ -4,4 +4,4 @@ version_json: str = ...
4
5
def get_versions(): ...
6
7
-_stub_version: Literal["2.0.1.230501"]
+_stub_version: Literal["2.0.2.230605"]
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pandas-stubs"
3
-version = "2.0.1.230501"
+version = "2.0.2.230605"
description = "Type annotations for pandas"
authors = ["The Pandas Development Team <pandas-dev@python.org>"]
license = "BSD-3-Clause"
@@ -37,7 +37,7 @@ numpy = ">=1.24.3"
37
38
[tool.poetry.dev-dependencies]
39
mypy = "1.3.0"
40
-pandas = "2.0.1"
+pandas = "2.0.2"
41
pyarrow = ">=10.0.1"
42
pytest = ">=7.1.2"
43
pyright = ">= 1.1.310"
0 commit comments