Skip to content

Commit 0ff5898

Browse files
authored
Merge pull request #96 from singnet/dependencies-update
Dependencies update
2 parents ef4de59 + f262b98 commit 0ff5898

2 files changed

Lines changed: 12 additions & 23 deletions

File tree

requirements.txt

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
1-
protobuf==4.21.6
2-
grpcio-tools==1.59.0
3-
wheel==0.41.2
4-
jsonrpcclient==4.0.3
5-
eth-hash==0.5.2
6-
rlp==3.0.0
7-
eth-rlp==0.3.0
8-
web3==6.11.1
9-
mnemonic==0.20
10-
pycoin==0.92.20230326
11-
pyyaml==6.0.1
12-
ipfshttpclient==0.4.13.2
13-
rfc3986==2.0.0
14-
pymultihash==0.8.2
15-
base58==2.1.1
16-
argcomplete==3.1.2
17-
grpcio-health-checking==1.59.0
18-
jsonschema==4.0.0
19-
eth-account==0.9.0
20-
snet-contracts==1.0.0
21-
lighthouseweb3==0.1.4
22-
zipp>=3.19.1
1+
protobuf==5.*
2+
grpcio-tools>=1.71.0
3+
wheel>=0.45.0
4+
rlp>=4.1.0
5+
web3==7.*
6+
ipfshttpclient>=0.7.0
7+
rfc3986>=2.0.0
8+
base58>=2.1.1
9+
grpcio-health-checking>=1.71.0
10+
snet-contracts==1.0.1
11+
lighthouseweb3>=0.1.4

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.0.0"
1+
__version__ = "4.0.1"

0 commit comments

Comments
 (0)