Skip to content

Commit 446627e

Browse files
committed
chore(deps): move from ethereum git to ethereum-execution package; bump resolver
1 parent ff6bf20 commit 446627e

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ classifiers = [
1616
]
1717
dependencies = [
1818
"click>=8.1.0,<9",
19-
"ethereum @ git+https://github.com/ethereum/execution-specs@fa847a0e48309debee8edc510ceddb2fd5db2f2e",
19+
"ethereum-execution==1.17.0rc6.dev1",
2020
"hive.py @ git+https://github.com/marioevz/hive.py",
21-
"ethereum-spec-evm-resolver @ git+https://github.com/petertdavies/ethereum-spec-evm-resolver",
21+
"ethereum-spec-evm-resolver",
2222
"setuptools",
2323
"types-setuptools",
2424
"gitpython>=3.1.31,<4",
@@ -125,4 +125,4 @@ mypy_path = ["src", "$MYPY_CONFIG_FILE_DIR/stubs"]
125125
plugins = ["pydantic.mypy"]
126126

127127
[tool.uv.sources]
128-
ethereum = { git = "https://github.com/ethereum/execution-specs", rev = "fa847a0e48309debee8edc510ceddb2fd5db2f2e" }
128+
ethereum-spec-evm-resolver = { git = "https://github.com/petertdavies/ethereum-spec-evm-resolver", rev = "623ac4565025e72b65f45b926da2a3552041b469" }

uv.lock

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

0 commit comments

Comments
 (0)