From f2acb647b345103b51832a96c69eeff45e7132ef Mon Sep 17 00:00:00 2001 From: Sheng Lundquist Date: Wed, 4 Sep 2024 15:34:00 -0700 Subject: [PATCH] Migrate to web3py v7. Includes version bump and upload hyperdrivetypes to pypi for version 1.0.18.5 (#1159) * Bumping min version of pypechain for web3py migration to v7 * Version bump to v1.0.18.4 * Bumping pypechain version in prerequisite.txt * Version bump to v1.0.18.5 --- python/hyperdrivetypes/prerequisite.txt | 2 +- python/hyperdrivetypes/pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/hyperdrivetypes/prerequisite.txt b/python/hyperdrivetypes/prerequisite.txt index e7734c659..4bd059ac4 100644 --- a/python/hyperdrivetypes/prerequisite.txt +++ b/python/hyperdrivetypes/prerequisite.txt @@ -1 +1 @@ -pypechain == 0.0.37 \ No newline at end of file +pypechain >= 0.0.38 diff --git a/python/hyperdrivetypes/pyproject.toml b/python/hyperdrivetypes/pyproject.toml index 634ec5ae1..271a81883 100644 --- a/python/hyperdrivetypes/pyproject.toml +++ b/python/hyperdrivetypes/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hyperdrivetypes" -version = "1.0.18.3" +version = "1.0.18.5" # Authors are the current, primary stewards of the repo # contributors can be found on github @@ -19,7 +19,7 @@ classifiers = [ "Natural Language :: English", ] -dependencies = ["pypechain==0.0.37", "fixedpointmath"] +dependencies = ["pypechain>=0.0.38", "fixedpointmath"] [project.optional-dependencies] dev = ["pyright", "pytest"]