From fb42bf553a3683eecf49d0b03cc92ba229e05f50 Mon Sep 17 00:00:00 2001 From: Sheng Lundquist Date: Fri, 8 Nov 2024 06:17:56 -0800 Subject: [PATCH] Bumping pypechain version (#1211) * Bumping pypechain version * Bumping hyperdrivetypes version to 1.0.20.10 --- 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 1e49a7a19..fe8d903d2 100644 --- a/python/hyperdrivetypes/prerequisite.txt +++ b/python/hyperdrivetypes/prerequisite.txt @@ -1 +1 @@ -pypechain == 0.0.46 +pypechain == 0.0.47 diff --git a/python/hyperdrivetypes/pyproject.toml b/python/hyperdrivetypes/pyproject.toml index ac2437b53..b1b2383f5 100644 --- a/python/hyperdrivetypes/pyproject.toml +++ b/python/hyperdrivetypes/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hyperdrivetypes" -version = "1.0.20.9" +version = "1.0.20.10" # 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.46", "fixedpointmath"] +dependencies = ["pypechain==0.0.47", "fixedpointmath"] [project.optional-dependencies] dev = ["pyright>=1.1.384", "pytest"]