Skip to content

Commit eda7f58

Browse files
Required prompt_toolkit 3.0.34 because of 'OneStyleAndTextTuple' import.
1 parent 96d621c commit eda7f58

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.28, because of cursor shape support.
25-
"prompt_toolkit>=3.0.28,<3.1.0",
24+
# Use prompt_toolkit 3.0.34, because of `OneStyleAndTextTuple` import.
25+
"prompt_toolkit>=3.0.34,<3.1.0",
2626
"pygments",
2727
],
2828
python_requires=">=3.7",

0 commit comments

Comments
 (0)