Skip to content

Commit

Permalink
Required prompt_toolkit 3.0.34 because of 'OneStyleAndTextTuple' import.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanslenders committed Dec 13, 2023
1 parent 96d621c commit eda7f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -21,8 +21,8 @@
"appdirs",
"importlib_metadata;python_version<'3.8'",
"jedi>=0.16.0",
# Use prompt_toolkit 3.0.28, because of cursor shape support.
"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",
"pygments",
],
python_requires=">=3.7",
Expand Down

0 comments on commit eda7f58

Please sign in to comment.