Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5086ae

Browse files
committed
Update ast-serialize requirement to >=0.2.0
This includes parallel type checking improvements and a compatibility fix related to call expressions in annotations.
1 parent 18f0808 commit d5086ae

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ mypyc = ["setuptools>=50"]
6565
reports = ["lxml"]
6666
install-types = ["pip"]
6767
faster-cache = ["orjson"]
68-
native-parser = ["ast-serialize>=0.1.2,<1.0.0"]
68+
native-parser = ["ast-serialize>=0.2.0,<1.0.0"]
6969

7070
[project.urls]
7171
Homepage = "https://www.mypy-lang.org/"

test-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ pytest-cov>=2.10.0
1313
setuptools>=77.0.3
1414
tomli>=1.1.0 # needed even on py311+ so the self check passes with --python-version 3.10
1515
pre_commit>=3.5.0
16-
ast-serialize>=0.1.2,<1.0.0
16+
ast-serialize>=0.2.0,<1.0.0

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --allow-unsafe --output-file=test-requirements.txt --strip-extras test-requirements.in
66
#
7-
ast-serialize==0.1.2
7+
ast-serialize==0.2.0
88
# via -r test-requirements.in
99
attrs==25.4.0
1010
# via -r test-requirements.in

0 commit comments

Comments
 (0)