From ec6df7b7c3fa1cefe66e894f4b33277232f8fab9 Mon Sep 17 00:00:00 2001 From: v1nvn Date: Wed, 27 Dec 2023 22:09:42 +0530 Subject: [PATCH] python 3.12 support --- HISTORY.rst | 3 +++ requirements.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 868d6a9c..5bbb2d63 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,9 @@ History ------- +0.8.137 [2023-12-27] +* fix: support for python 3.12 + 0.8.136 [2023-11-15] * feat: add support to ERC20 ABI for symbols of bytes32 type diff --git a/requirements.txt b/requirements.txt index 33cf6bd7..4b9dd714 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ packaging==23.1 pandas>=2.0.3 pydantic==1.10.10 python-dotenv==1.0.0 -pyyaml==6.0 +pyyaml==6.0.1 web3==6.5.0