From ff271ec6414052dec2342ccf521c51bd63c6488b Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Sat, 27 Jun 2026 17:00:44 +0800 Subject: [PATCH] chore: bump quant-platform-kit pin to bc5351d (0.7.39) Co-authored-by: Cursor --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9b87645..be0e074 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta" [project] name = "crypto-strategies" -version = "0.4.8" +version = "0.4.9" 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@aee8121d530c2e92c72b68aee434bf174b3b9c85", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@bc5351d3567b2bb60416dc969062c37eedbbf65e", ] [tool.setuptools] @@ -19,4 +19,4 @@ package-dir = {"" = "src"} where = ["src"] [tool.ruff] -target-version = "py311" +target-version = "0.4.9"