Skip to content

Commit 7f76e0d

Browse files
macservjonathanslenders
authored andcommitted
Update prompt_toolkit from 3.0.34 to 3.0.43
Resolves #564 where `cannot import name 'OneStyleAndTextTuple'` is emitted when launching `ptipython`.
1 parent f40e091 commit 7f76e0d

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
@@ -29,8 +29,8 @@
2929
"appdirs",
3030
"importlib_metadata;python_version<'3.8'",
3131
"jedi>=0.16.0",
32-
# Use prompt_toolkit 3.0.34, because of `OneStyleAndTextTuple` import.
33-
"prompt_toolkit>=3.0.34,<3.1.0",
32+
# Use prompt_toolkit 3.0.43, because of `OneStyleAndTextTuple` import.
33+
"prompt_toolkit>=3.0.43,<3.1.0",
3434
"pygments",
3535
],
3636
python_requires=">=3.7",

0 commit comments

Comments
 (0)