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

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update ast-serialize requirement to >=0.2.0
This includes parallel type checking improvements and a compatibility
fix related to call expressions in annotations.
  • Loading branch information
JukkaL committed Apr 22, 2026
commit d5086ae58709e9705a387878045be38b5382c5fd
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ mypyc = ["setuptools>=50"]
reports = ["lxml"]
install-types = ["pip"]
faster-cache = ["orjson"]
native-parser = ["ast-serialize>=0.1.2,<1.0.0"]
native-parser = ["ast-serialize>=0.2.0,<1.0.0"]

[project.urls]
Homepage = "https://www.mypy-lang.org/"
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ pytest-cov>=2.10.0
setuptools>=77.0.3
tomli>=1.1.0 # needed even on py311+ so the self check passes with --python-version 3.10
pre_commit>=3.5.0
ast-serialize>=0.1.2,<1.0.0
ast-serialize>=0.2.0,<1.0.0
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=test-requirements.txt --strip-extras test-requirements.in
#
ast-serialize==0.1.2
ast-serialize==0.2.0
# via -r test-requirements.in
attrs==25.4.0
# via -r test-requirements.in
Expand Down
Loading