Skip to content

Commit e2ec53b

Browse files
authored
Merge pull request #680 from algorandfoundation/fix/algokit-init
fix: pin prompt_toolkit as the latest version breaks algokit init
2 parents 52293f4 + 827b592 commit e2ec53b

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
python = ">=3.10,<3.14"
1111
click = "8.1.8" # TODO: 8.2.0 upgrade requires refinements in click_invoker.py due to breaking changes
1212
httpx = ">=0.23.1,<=0.28.1"
13-
copier = "9.7.1"
13+
copier = "9.10.1" # Pinned as we have seen breaking changes in minor releases. Updates should be tested before bumping.
1414
questionary = "^1.10.0"
1515
pyclip = "^0.7.0"
1616
shellingham = "^1.5.4"
@@ -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)