Skip to content

Commit 06abe36

Browse files
authored
chore(deps): add dependency on ethereum-rlp (#1080)
1 parent 64fbb50 commit 06abe36

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,13 @@ dependencies = [
4444
"pyyaml>=6.0.2,<7",
4545
"types-pyyaml>=6.0.12.20240917,<7",
4646
"pytest-json-report>=1.5.0,<2",
47-
# TODO: bump questionary to a newer release, when it becomes available.
47+
# TODO: bump questionary to a newer release, when it becomes available.
4848
# The current release questionary 2.0.1 requires `prompt_toolkit = ">=2.0,<=3.0.36"`.
4949
# This conflicts with ipython; while not an EEST dependency, ipython a very useful tool:
5050
# https://ethereum.github.io/execution-spec-tests/main/dev/interactive_usage/
5151
"questionary @ git+https://github.com/tmbo/questionary@ff22aeae1cd9c1c734f14329934e349bec7873bc",
52-
"prompt_toolkit>=3.0.48,<4", # ensure we have a new enough version for ipython
52+
"prompt_toolkit>=3.0.48,<4", # ensure we have a new enough version for ipython
53+
"ethereum-rlp==0.1.3",
5354
]
5455

5556
[project.urls]
@@ -119,4 +120,4 @@ ignore = ["D205", "D203", "D212", "D415", "C901"]
119120

120121
[tool.mypy]
121122
mypy_path = ["src", "$MYPY_CONFIG_FILE_DIR/stubs"]
122-
plugins = ["pydantic.mypy"]
123+
plugins = ["pydantic.mypy"]

uv.lock

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

0 commit comments

Comments
 (0)