diff --git a/pyproject.toml b/pyproject.toml index a1db372..50c8670 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Shared crypto strategy catalog and implementations" readme = "README.md" requires-python = ">=3.11" dependencies = [ - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@780b6f8da6a6f7419a12c8f909a415624c98f8eb", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@5b76090a358073f00b1705409fff0902bd5f0ca4", ] [tool.setuptools]