Skip to content

Commit

Permalink
Bump py-evm version requirement (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes authored Jul 26, 2023
1 parent 694f162 commit c2812b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions newsfragments/268.internal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump ``py-evm`` dependency to ``v0.7.0-a.4``
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"py-evm": [
# Pin py-evm to exact version, until it leaves alpha.
# EVM is very high velocity and might change API at each alpha.
"py-evm==0.7.0a2",
"py-evm==0.7.0a4",
"eth-hash[pysha3]>=0.1.4,<1.0.0;implementation_name=='cpython'",
"eth-hash[pycryptodome]>=0.1.4,<1.0.0;implementation_name=='pypy'",
],
Expand Down

0 comments on commit c2812b6

Please sign in to comment.