Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

Commit 8d38ada

Browse files
committed
refactor(deps): migrate web3 from 6.11.0 to 7.14.1
1 parent 081f2b5 commit 8d38ada

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

agents/polymarket/polymarket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
from web3 import Web3
1313
from web3.constants import MAX_INT
14-
from web3.middleware import geth_poa_middleware
14+
from web3.middleware import ExtraDataToPOAMiddleware
1515

1616
import httpx
1717
from py_clob_client.client import ClobClient

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ uvicorn==0.30.3
162162
uvloop==0.19.0
163163
virtualenv==20.26.3
164164
watchfiles==0.22.0
165-
web3==6.11.0
165+
web3==7.14.1
166166
websocket-client==1.8.0
167167
websockets==12.0
168168
wrapt==1.16.0

0 commit comments

Comments
 (0)