--- astroid/__pkginfo__.py.orig 2020-04-27 09:43:18 UTC +++ astroid/__pkginfo__.py @@ -28,7 +28,7 @@ extras_require = {} install_requires = [ "lazy_object_proxy==1.4.*", "six~=1.12", - "wrapt~=1.11", + "wrapt>=1.11.0,<1.13", 'typed-ast>=1.4.0,<1.5;implementation_name== "cpython" and python_version<"3.8"', ]