From 294a8313b8e58d4c765b722b2b0f87cbe12a721e Mon Sep 17 00:00:00 2001 From: QuantStrategyLab QPK Sync Date: Sat, 11 Jul 2026 21:38:36 +0000 Subject: [PATCH] chore(deps): align QPK pin to ff09c889ed21 Automated downstream QPK pin update after QPK_PIN landed on main. Co-Authored-By: Claude --- pyproject.toml | 2 +- qsl.toml | 2 +- uv.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2b1234f..4c29913 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@651c9ac4f37ce6e7fe1bac84dc7646cd5abc9e6e", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@ff09c889ed21e2eb6fcb37f6cdaa159190ec82da", ] [tool.setuptools] diff --git a/qsl.toml b/qsl.toml index 1666b85..b290d45 100644 --- a/qsl.toml +++ b/qsl.toml @@ -4,5 +4,5 @@ upgrade_ring = "ring_b" [compat] bundle = "2026.07.4" requires = [ - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@651c9ac4f37ce6e7fe1bac84dc7646cd5abc9e6e", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@ff09c889ed21e2eb6fcb37f6cdaa159190ec82da", ] diff --git a/uv.lock b/uv.lock index facedaa..67c6926 100644 --- a/uv.lock +++ b/uv.lock @@ -11,9 +11,9 @@ dependencies = [ ] [package.metadata] -requires-dist = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=651c9ac4f37ce6e7fe1bac84dc7646cd5abc9e6e" }] +requires-dist = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=ff09c889ed21e2eb6fcb37f6cdaa159190ec82da" }] [[package]] name = "quant-platform-kit" version = "0.10.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=651c9ac4f37ce6e7fe1bac84dc7646cd5abc9e6e#651c9ac4f37ce6e7fe1bac84dc7646cd5abc9e6e" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=ff09c889ed21e2eb6fcb37f6cdaa159190ec82da#ff09c889ed21e2eb6fcb37f6cdaa159190ec82da" }