From ffff3b45aa2ca0d949f6ed5eeea18312675da445 Mon Sep 17 00:00:00 2001 From: Sheng Lundquist Date: Wed, 28 Aug 2024 10:00:29 -0700 Subject: [PATCH] Setting minimum version for hyperdrivetypes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe1a3f133..533828ea0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ # web3py requires < 0.4.0 "hexbytes>=0.3.1", "hyperdrivepy==0.17.1", - "hyperdrivetypes~=1.0.18", + "hyperdrivetypes>=1.0.18.2", "ipython>=8.26.0", "matplotlib>=3.9.2", "mplfinance>=0.12.10b0",