Skip to content

Commit

Permalink
Bump typed-ast requirement to 1.3.1, as 1.3.0 has a rare crash bug (p…
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum authored and emmatyping committed Feb 6, 2019
1 parent 05bbdc3 commit db5a5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def run(self):
]},
classifiers=classifiers,
cmdclass=cmdclass,
install_requires = ['typed-ast >= 1.3.0, < 1.4.0',
install_requires = ['typed-ast >= 1.3.1, < 1.4.0',
'mypy_extensions >= 0.4.0, < 0.5.0',
],
extras_require = {
Expand Down

0 comments on commit db5a5ab

Please sign in to comment.