commit 108a60b87c104fee3cfaf4d0177afd9bbaef6d2d
parent 481495c8cbe8b66ae12addbff83aea9b8d3fe0e9
Author: lash <dev@holbrook.no>
Date: Sat, 10 Jun 2023 09:14:29 +0100
Replace pysha3 with safe-pysha3
Diffstat:
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,3 +1,5 @@
+* 0.7.2
+ - Replace pysha3 with safe-pysha3
* 0.7.1
- Upgrade to beta
* 0.7.0
diff --git a/requirements.txt b/requirements.txt
@@ -1,5 +1,5 @@
cryptography==3.2.1
-pysha3==1.0.2
+safe-pysha3==1.0.4
rlp==2.0.1
#rlp==3.0.0
json-rpc==1.13.0
diff --git a/setup.py b/setup.py
@@ -33,7 +33,7 @@ f.close()
setup(
name="funga-eth",
- version="0.7.1",
+ version="0.7.2",
description="Ethereum implementation of the funga keystore and signer",
author="Louis Holbrook",
author_email="dev@holbrook.no",