From c0a6176d65787bcd41e9b66ea0b8d5838f313af1 2022-05-24 01:10:20 From: Blazej Michalik Date: 2022-05-24 01:10:20 Subject: [PATCH] Limit supported prompt-toolkit versions to 3.0.2-3.1.0 Fixes #13645. Stems from #13592. --- diff --git a/setup.cfg b/setup.cfg index 2027b53..0e37183 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ install_requires = matplotlib-inline pexpect>4.3; sys_platform != "win32" pickleshare - prompt_toolkit>=2.0.0,<3.1.0,!=3.0.0,!=3.0.1 + prompt_toolkit>3.0.1,<3.1.0 pygments>=2.4.0 setuptools>=18.5 stack_data