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

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Address feedback
  • Loading branch information
JukkaL committed Apr 23, 2026
commit f935f2b6c15f26e6d56ce1bf6beabe80a0281e22
2 changes: 1 addition & 1 deletion mypy-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ mypy_extensions>=1.0.0
pathspec>=1.0.0
tomli>=1.1.0; python_version<'3.11'
librt>=0.9.0; platform_python_implementation != 'PyPy'
ast-serialize>=0.2.0
ast-serialize>=0.2.0,<1.0.0
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies = [
"pathspec>=1.0.0",
"tomli>=1.1.0; python_version<'3.11'",
"librt>=0.9.0; platform_python_implementation != 'PyPy'",
"ast-serialize>=0.2.0",
"ast-serialize>=0.2.0,<1.0.0",
]
dynamic = ["version"]

Expand All @@ -66,6 +66,7 @@ mypyc = ["setuptools>=50"]
reports = ["lxml"]
install-types = ["pip"]
faster-cache = ["orjson"]
native-parser = []

[project.urls]
Homepage = "https://www.mypy-lang.org/"
Expand Down
Loading