Skip to content

Commit 75a97e5

Browse files
danchevLee-W
authored andcommitted
build(deps): exclude prompt_toolkit 3.0.52 due to questionary compatibility issue
Issue: tmbo/questionary#454
1 parent 9e6830c commit 75a97e5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)