From 9793b703229329e3ed3661e5558a0e9b31ce32fa Mon Sep 17 00:00:00 2001 From: QuantStrategyLab QPK Sync Date: Sat, 11 Jul 2026 21:38:51 +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 | 4 ++-- qsl.toml | 2 +- uv.lock | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1fa05ee4..e1e8aee6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "QuantStrategyLab platform layer for Binance exchange." 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", "crypto-strategies @ git+https://github.com/QuantStrategyLab/CryptoStrategies.git@ef78312d7653095f585c4f75d45bf765bedc2751", "python-binance", "pandas", @@ -23,7 +23,7 @@ test = [ [tool.uv] override-dependencies = [ - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@651c9ac4f37ce6e7fe1bac84dc7646cd5abc9e6e", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@ff09c889ed21e2eb6fcb37f6cdaa159190ec82da", ] [tool.ruff] diff --git a/qsl.toml b/qsl.toml index 43615c08..aca9d54f 100644 --- a/qsl.toml +++ b/qsl.toml @@ -9,7 +9,7 @@ expires_at = "2026-09-30" next_action = "keep uv.lock current and maintain QPK/CryptoStrategies pin consistency" [qsl.requires] -quant_platform_kit = "651c9ac4f37ce6e7fe1bac84dc7646cd5abc9e6e" +quant_platform_kit = "ff09c889ed21e2eb6fcb37f6cdaa159190ec82da" crypto_strategies = "ef78312d7653095f585c4f75d45bf765bedc2751" [qsl.compat] diff --git a/uv.lock b/uv.lock index 59c15dd7..832278b3 100644 --- a/uv.lock +++ b/uv.lock @@ -17,7 +17,7 @@ resolution-markers = [ ] [manifest] -overrides = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=651c9ac4f37ce6e7fe1bac84dc7646cd5abc9e6e" }] +overrides = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=ff09c889ed21e2eb6fcb37f6cdaa159190ec82da" }] [[package]] name = "aiohappyeyeballs" @@ -214,7 +214,7 @@ requires-dist = [ { name = "pandas" }, { name = "pytest", marker = "extra == 'test'", specifier = ">=8" }, { name = "python-binance" }, - { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=651c9ac4f37ce6e7fe1bac84dc7646cd5abc9e6e" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=ff09c889ed21e2eb6fcb37f6cdaa159190ec82da" }, { name = "requests" }, { name = "ruff", marker = "extra == 'test'", specifier = ">=0.12" }, ] @@ -1617,7 +1617,7 @@ wheels = [ [[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" } [[package]] name = "regex"