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 96d621c commit eda7f58Copy full SHA for eda7f58
setup.py
@@ -21,8 +21,8 @@
21
"appdirs",
22
"importlib_metadata;python_version<'3.8'",
23
"jedi>=0.16.0",
24
- # Use prompt_toolkit 3.0.28, because of cursor shape support.
25
- "prompt_toolkit>=3.0.28,<3.1.0",
+ # Use prompt_toolkit 3.0.34, because of `OneStyleAndTextTuple` import.
+ "prompt_toolkit>=3.0.34,<3.1.0",
26
"pygments",
27
],
28
python_requires=">=3.7",
0 commit comments