There was an error while loading. Please reload this page.
1 parent 081f2b5 commit 8d38adaCopy full SHA for 8d38ada
2 files changed
agents/polymarket/polymarket.py
@@ -11,7 +11,7 @@
11
12
from web3 import Web3
13
from web3.constants import MAX_INT
14
-from web3.middleware import geth_poa_middleware
+from web3.middleware import ExtraDataToPOAMiddleware
15
16
import httpx
17
from py_clob_client.client import ClobClient
requirements.txt
@@ -162,7 +162,7 @@ uvicorn==0.30.3
162
uvloop==0.19.0
163
virtualenv==20.26.3
164
watchfiles==0.22.0
165
-web3==6.11.0
+web3==7.14.1
166
websocket-client==1.8.0
167
websockets==12.0
168
wrapt==1.16.0
0 commit comments