Skip to content

Commit

Permalink
fix: upgrade questionary to enable interactive ipython use (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
danceratopz authored Nov 22, 2024
1 parent 5e0fdda commit 73f8cd5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ dependencies = [
"pyyaml>=6.0.2,<7",
"types-pyyaml>=6.0.12.20240917,<7",
"pytest-json-report>=1.5.0,<2",
"questionary>=2.0.1,<3",
# TODO: bump questionary to a newer release, when it becomes available.
# The current release questionary 2.0.1 requires `prompt_toolkit = ">=2.0,<=3.0.36"`.
# This conflicts with ipython; while not an EEST dependency, ipython a very useful tool:
# https://ethereum.github.io/execution-spec-tests/main/dev/interactive_usage/
"questionary @ git+https://github.com/tmbo/questionary@ff22aeae1cd9c1c734f14329934e349bec7873bc",
"prompt_toolkit>=3.0.48,<4", # ensure we have a new enough version for ipython
]

[project.urls]
Expand Down
16 changes: 7 additions & 9 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 73f8cd5

Please sign in to comment.