Skip to content

Commit 0d3e178

Browse files
committed
fix eth_typing version
1 parent 39d554e commit 0d3e178

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ dependencies = [
1616
"slither_analyzer>=0.10.0",
1717
"jinja2>=3.1.0",
1818
"eth_abi>=5.0.1",
19-
"eth_utils>=4.0.0"
19+
"eth_utils>=4.0.0",
20+
"eth_typing>=4.0.0"
2021
]
2122

2223
[project.optional-dependencies]

0 commit comments

Comments
 (0)