Skip to content

Commit 019168f

Browse files
committed
v0.1.53 Seems web3.py fully fixed the batch thread safety issue: ethereum/web3.py#3705
Let's hope it works :D
1 parent 18594c3 commit 019168f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
from setuptools import setup, find_packages
22

3-
VERSION = '0.1.52'
3+
VERSION = '0.1.53'
44
DESCRIPTION = 'IceCreamSwap Web3.py wrapper'
55
LONG_DESCRIPTION = 'IceCreamSwap Web3.py wrapper with automatic retries, multicall and other advanced functionality'
66

77
requirements = [
8-
'web3>=7.11.1,<8',
8+
'web3>=7.12,<8',
99
'rlp',
1010
]
1111

0 commit comments

Comments
 (0)