Skip to content

Commit 6d997e7

Browse files
committed
bumped base web3.py version with my PR merged to fix the locality of the batching flag
1 parent ffcc7d8 commit 6d997e7

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

IceCreamSwapWeb3/Web3Advanced.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@
1313
from .Subsquid import get_endpoints
1414
from .Web3ErrorHandlerPatch import patch_error_formatters
1515
from .FastChecksumAddress import to_checksum_address
16-
from .Web3ProviderPatch import patch_batching
1716

1817
patch_error_formatters()
19-
patch_batching()
2018

2119

2220
class Web3Advanced(Web3):

IceCreamSwapWeb3/Web3ProviderPatch.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
LONG_DESCRIPTION = 'IceCreamSwap Web3.py wrapper with automatic retries, multicall and other advanced functionality'
66

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

0 commit comments

Comments
 (0)