Skip to content

Commit 2f5642c

Browse files
MHHukiewitzhoh
authored andcommitted
Fix: Loosen aleph-message dependency (#92)
Problem: too strict aleph-message dependency Solution: loosen it to accept compatible versions to 0.4.2 Co-authored-by: mhh <[email protected]>
1 parent f627649 commit 2f5642c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install_requires =
3838
eciespy>=0.3.13; python_version>="3.11"
3939
typing_extensions
4040
typer
41-
aleph-message==0.4.1
41+
aleph-message~=0.4.3
4242
eth_account>=0.4.0
4343
# Required to fix a dependency issue with parsimonious and Python3.11
4444
eth_abi==4.0.0b2; python_version>="3.11"

0 commit comments

Comments
 (0)