From 043d64bf788cfb20297df3821715b792ae3dad1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Fri, 12 Jan 2024 00:49:37 +0100 Subject: [PATCH 1/2] fix: move to a modern EIP-712 structs module The API does not change, it is a drop-in replacement, and as a bonus: - fixes #3 - fixes #43 - Python 3.11 & 3.12 support --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4e121e6..42d6b9a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -eip712_structs == 1.1.0 +eip712_structs_ng >= 2.0.1 web3==6.0.0 eth-tester black \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 33770a6..db535f1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ license = MIT [options] packages = find: install_requires = - eip712_structs == 1.1.0 + eip712_structs_ng >= 2.0.1 web3==6.0.0 python_requires = >=3.10 From da5163db4ca0f14b96d088487d4ba9bcf7c072d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Fri, 12 Jan 2024 14:57:34 +0100 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 42120ec..f615213 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ eip712_structs_ng >= 2.0.1 -web3==6.0.0 web3>=6.3.0 eth-tester -black \ No newline at end of file +black