Skip to content

Commit f935f2b

Browse files
committed
Address feedback
1 parent cf63ccb commit f935f2b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

mypy-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ mypy_extensions>=1.0.0
66
pathspec>=1.0.0
77
tomli>=1.1.0; python_version<'3.11'
88
librt>=0.9.0; platform_python_implementation != 'PyPy'
9-
ast-serialize>=0.2.0
9+
ast-serialize>=0.2.0,<1.0.0

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies = [
5656
"pathspec>=1.0.0",
5757
"tomli>=1.1.0; python_version<'3.11'",
5858
"librt>=0.9.0; platform_python_implementation != 'PyPy'",
59-
"ast-serialize>=0.2.0",
59+
"ast-serialize>=0.2.0,<1.0.0",
6060
]
6161
dynamic = ["version"]
6262

@@ -66,6 +66,7 @@ mypyc = ["setuptools>=50"]
6666
reports = ["lxml"]
6767
install-types = ["pip"]
6868
faster-cache = ["orjson"]
69+
native-parser = []
6970

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

0 commit comments

Comments
 (0)