Skip to content

Commit

Permalink
Update prompt_toolkit from 3.0.34 to 3.0.43
Browse files Browse the repository at this point in the history
Resolves #564 where `cannot import name 'OneStyleAndTextTuple'` is emitted when launching `ptipython`.
  • Loading branch information
macserv authored and jonathanslenders committed Feb 28, 2024
1 parent f40e091 commit 7f76e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -29,8 +29,8 @@
"appdirs",
"importlib_metadata;python_version<'3.8'",
"jedi>=0.16.0",
# Use prompt_toolkit 3.0.34, because of `OneStyleAndTextTuple` import.
"prompt_toolkit>=3.0.34,<3.1.0",
# Use prompt_toolkit 3.0.43, because of `OneStyleAndTextTuple` import.
"prompt_toolkit>=3.0.43,<3.1.0",
"pygments",
],
python_requires=">=3.7",
Expand Down

0 comments on commit 7f76e0d

Please sign in to comment.