We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf63ccb commit f935f2bCopy full SHA for f935f2b
2 files changed
mypy-requirements.txt
@@ -6,4 +6,4 @@ mypy_extensions>=1.0.0
6
pathspec>=1.0.0
7
tomli>=1.1.0; python_version<'3.11'
8
librt>=0.9.0; platform_python_implementation != 'PyPy'
9
-ast-serialize>=0.2.0
+ast-serialize>=0.2.0,<1.0.0
pyproject.toml
@@ -56,7 +56,7 @@ dependencies = [
56
"pathspec>=1.0.0",
57
"tomli>=1.1.0; python_version<'3.11'",
58
"librt>=0.9.0; platform_python_implementation != 'PyPy'",
59
- "ast-serialize>=0.2.0",
+ "ast-serialize>=0.2.0,<1.0.0",
60
]
61
dynamic = ["version"]
62
@@ -66,6 +66,7 @@ mypyc = ["setuptools>=50"]
66
reports = ["lxml"]
67
install-types = ["pip"]
68
faster-cache = ["orjson"]
69
+native-parser = []
70
71
[project.urls]
72
Homepage = "https://www.mypy-lang.org/"
0 commit comments