Skip to content

Commit 2b75c9e

Browse files
committed
update mypy to 0.981
1 parent 9e82613 commit 2b75c9e

File tree

2 files changed

+34
-32
lines changed

2 files changed

+34
-32
lines changed

Diff for: poetry.lock

+32-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ temporalio = "^1.5.0"
2222
[tool.poetry.dev-dependencies]
2323
black = "^22.3.0"
2424
isort = "^5.10.1"
25-
mypy = "^0.961"
25+
mypy = "^0.981"
2626
pytest = "^7.1.2"
2727
pytest-asyncio = "^0.18.3"
2828
frozenlist = "^1.4.0"
@@ -102,7 +102,7 @@ ignore_errors = true
102102
optional = true
103103
[tool.poetry.group.cloud_export_to_parquet.dependencies]
104104
pandas = {version = "^2.2.2",python = ">=3.9,<4.0"}
105-
numpy = {version = ">=1.26.0",python = ">=3.9,<3.13"}
105+
numpy = {version = "^1.26.0",python = ">=3.9,<3.13"}
106106
pyarrow = "^16.0.0"
107107
boto3 = "^1.34.89"
108108

0 commit comments

Comments
 (0)