ApeWorX / eip712

Message classes for typed structured data hashing and signing in Ethereum
Apache License 2.0
42 stars 19 forks source link

cant work with package: web3 #30

Closed lijiachang closed 1 year ago

lijiachang commented 1 year ago

Overview

-- python: 3.8.10 -- eip712: 0.1.6 -- web3: 5.31.3 (lastest)

when i install eip712 & web3: The conflict is caused by: eip712 0.1.6 depends on eth-typing<4 and >=3.2 web3 5.31.3 depends on eth-typing<3.0.0 and >=2.0.0

https://github.com/ethereum/web3.py web3 is popular,can we work with them?

fubuloubu commented 1 year ago

@lijiachang please check https://github.com/ApeWorX/eip712/pull/31 and give me feedback if that works for you. I can merge and release if you verify it

lijiachang commented 1 year ago

eth-typing==2.3.0

I tested without any issues

fubuloubu commented 1 year ago

Released with https://github.com/ApeWorX/eip712/releases/tag/v0.1.7