Skip to content

Commit f8399dd

Browse files
Set minimum prompt_toolkit version to 3.0.28, because of cursor shape support.
1 parent ee047a2 commit f8399dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"appdirs",
2222
"importlib_metadata;python_version<'3.8'",
2323
"jedi>=0.16.0",
24-
# Use prompt_toolkit 3.0.18, because of the `in_thread` option.
25-
"prompt_toolkit>=3.0.18,<3.1.0",
24+
# Use prompt_toolkit 3.0.28, because of cursor shape support.
25+
"prompt_toolkit>=3.0.28,<3.1.0",
2626
"pygments",
2727
],
2828
python_requires=">=3.7",

0 commit comments

Comments
 (0)