Skip to content

Commit 2ecf8e9

Browse files
committed
Fix: Required an old version of aleph-message
1 parent 1d3d5e5 commit 2ecf8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424
dependencies = [
2525
"aiohttp>=3.8.3",
26-
"aleph-message~=0.4.4",
26+
"aleph-message>=0.4.7",
2727
"coincurve; python_version<\"3.11\"",
2828
"coincurve>=19.0.0; python_version>=\"3.11\"",
2929
"eth_abi>=4.0.0; python_version>=\"3.11\"",

0 commit comments

Comments
 (0)