File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,9 @@ hexbytes==1.3.1
136136 # trie
137137 # web3
138138hive-py @ git+https://github.com/marioevz/hive.py@582703e2f94b4d5e61ae495d90d684852c87a580
139- # via ethereum-execution-spec-tests
139+ # via
140+ # --override (workspace)
141+ # ethereum-execution-spec-tests
140142idna == 3.10
141143 # via
142144 # requests
@@ -250,6 +252,7 @@ requests==2.32.4
250252 # ethereum-execution-spec-tests
251253 # hive-py
252254 # requests-unixsocket2
255+ # solc-select
253256 # web3
254257requests-unixsocket2 == 0.4.0
255258 # via
@@ -271,8 +274,10 @@ setuptools==80.9.0
271274 # via conflux-rust-tests (pyproject.toml)
272275smmap == 5.0.2
273276 # via gitdb
274- solc-select == 1.1.0
275- # via ethereum-execution-spec-tests
277+ solc-select == 1.2.0
278+ # via
279+ # conflux-rust-tests (pyproject.toml)
280+ # ethereum-execution-spec-tests
276281sortedcontainers == 2.4.0
277282 # via trie
278283tenacity == 8.5.0
Original file line number Diff line number Diff line change @@ -23,8 +23,13 @@ dependencies = [
2323 " setuptools" , # setuptools is required as uv pip sync will remove packages not listed in the requirements.txt
2424 " ethereum-spec-evm-resolver" ,
2525 " ethereum-execution-spec-tests" ,
26+ " solc-select==1.2.0" ,
2627]
2728
29+ [tool .uv ]
30+ # Force hive-py to a git rev where the package name was still "hive-py" (repo was later renamed to ethereum-hive)
31+ override-dependencies = [" hive-py @ git+https://github.com/marioevz/hive.py@582703e2f94b4d5e61ae495d90d684852c87a580" ]
32+
2833[tool .uv .sources ]
2934ethereum-spec-evm-resolver = { git = " https://github.com/petertdavies/ethereum-spec-evm-resolver.git" , rev = " 0e5609737ce4f86dc98cca1a5cf0eb64b8cddef2" }
3035ethereum-execution-spec-tests = { git = " https://github.com/ethereum/execution-spec-tests.git" , rev = " 971214c0832f656b7250eb71cf0b7bcba96c3f49" }
You can’t perform that action at this time.
0 commit comments