Skip to content

Commit c5331b3

Browse files
committed
build(deps): exclude prompt_toolkit 3.0.52 due to questionary compatibility issue
Issue: tmbo/questionary#454
1 parent 9e6830c commit c5331b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ readme = "docs/README.md"
1212
requires-python = ">=3.9,<4.0"
1313
dependencies = [
1414
"questionary (>=2.0,<3.0)",
15+
"prompt_toolkit!=3.0.52", # Exclude transitive dependency due to known issue in questionary: https://github.com/tmbo/questionary/issues/454
1516
"decli (>=0.6.0,<1.0)",
1617
"colorama (>=0.4.1,<1.0)",
1718
"termcolor (>=1.1.0,<4.0.0)",

0 commit comments

Comments
 (0)