Skip to content

Commit d1dc658

Browse files
committed
fix: pin prompt_toolkit as the latest version breaks algokit init
1 parent 52293f4 commit d1dc658

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

poetry.lock

Lines changed: 4 additions & 4 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
@@ -30,6 +30,7 @@ multiformats_config = "0.3.1" # pinned this to be in lockstep with multiformats
3030
jsondiff = "^2.0.0"
3131
requests = "^2.31.0"
3232
textual = "^3.0.1"
33+
prompt_toolkit = "3.0.51" # dependency of questionary, pinned to avoid 3.0.52 which has breaking changes
3334

3435
[tool.poetry.group.dev.dependencies]
3536
pyinstaller = {version = "^6.10.0"}

0 commit comments

Comments
 (0)