Skip to content

Commit

Permalink
Pin web3 to 6.20.2 (safe-global#1231)
Browse files Browse the repository at this point in the history
Pins the web3 package in accordance with the requirements of safe-eth-py.
  • Loading branch information
iamacook authored and gabmontes committed Dec 26, 2024
1 parent 003e264 commit 3c27aea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ gunicorn==22.0.0
Pillow==10.3.0
psycopg2-binary==2.9.9
requests==2.32.3

# Without pin, safe-eth-py 5.8.0 installs >= 7 which breaks django-check job
# > ImportError: cannot import name 'geth_poa_middleware' from 'web3.middleware'
# TODO: Remove when safe-eth-py updates web3 to >= 7
# https://github.com/safe-global/safe-eth-py/pull/1315
web3==6.20.2

0 comments on commit 3c27aea

Please sign in to comment.