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"]