We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
prompt_toolkit
3.0.34
3.0.43
1 parent f40e091 commit 7f76e0dCopy full SHA for 7f76e0d
setup.py
@@ -29,8 +29,8 @@
29
"appdirs",
30
"importlib_metadata;python_version<'3.8'",
31
"jedi>=0.16.0",
32
- # Use prompt_toolkit 3.0.34, because of `OneStyleAndTextTuple` import.
33
- "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",
34
"pygments",
35
],
36
python_requires=">=3.7",
0 commit comments