From 2df6ff18dc150ce0cba7de69676cc834491ef4fe Mon Sep 17 00:00:00 2001 From: QuantStrategyLab QPK Sync Date: Thu, 3 Sep 2026 13:33:20 +0000 Subject: [PATCH] chore(deps): align QPK pin to ac1d07c6b018 Automated downstream QPK pin update after QPK_PIN landed on main. Co-Authored-By: Claude --- pyproject.toml | 6 +++--- qsl.toml | 4 ++-- uv.lock | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 91005fb5..6de7437b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ 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@b13e28759a880dcb446dbfbc580dc032333b065e", - "crypto-strategies @ git+https://github.com/QuantStrategyLab/CryptoStrategies.git@dd88b39991122338f00e649e4d7c32533d1cbcb3", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@ac1d07c6b0188c8b0abc682e99315bdc056879b5", + "crypto-strategies @ git+https://github.com/QuantStrategyLab/CryptoStrategies.git@b279f51ce4ba0499cf42e0ef508731eb1a05bd7f", "python-binance", "pandas", "numpy", @@ -23,7 +23,7 @@ test = [ [tool.uv] override-dependencies = [ - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@b13e28759a880dcb446dbfbc580dc032333b065e", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@ac1d07c6b0188c8b0abc682e99315bdc056879b5", ] [tool.ruff] diff --git a/qsl.toml b/qsl.toml index 959bf5cb..71062b6d 100644 --- a/qsl.toml +++ b/qsl.toml @@ -9,8 +9,8 @@ expires_at = "2026-09-30" next_action = "keep uv.lock current and maintain QPK/CryptoStrategies pin consistency" [qsl.requires] -quant_platform_kit = "b13e28759a880dcb446dbfbc580dc032333b065e" -crypto_strategies = "dd88b39991122338f00e649e4d7c32533d1cbcb3" +quant_platform_kit = "ac1d07c6b0188c8b0abc682e99315bdc056879b5" +crypto_strategies = "b279f51ce4ba0499cf42e0ef508731eb1a05bd7f" [qsl.compat] bundle = "2026.09.1" diff --git a/uv.lock b/uv.lock index c50610ec..487105e3 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=b13e28759a880dcb446dbfbc580dc032333b065e" }] +overrides = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=ac1d07c6b0188c8b0abc682e99315bdc056879b5" }] [[package]] name = "aiohappyeyeballs" @@ -206,7 +206,7 @@ test = [ [package.metadata] requires-dist = [ - { name = "crypto-strategies", git = "https://github.com/QuantStrategyLab/CryptoStrategies.git?rev=dd88b39991122338f00e649e4d7c32533d1cbcb3" }, + { name = "crypto-strategies", git = "https://github.com/QuantStrategyLab/CryptoStrategies.git?rev=b279f51ce4ba0499cf42e0ef508731eb1a05bd7f" }, { name = "functions-framework" }, { name = "google-cloud-firestore" }, { name = "google-cloud-storage" }, @@ -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=b13e28759a880dcb446dbfbc580dc032333b065e" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=ac1d07c6b0188c8b0abc682e99315bdc056879b5" }, { name = "requests" }, { name = "ruff", marker = "extra == 'test'", specifier = ">=0.12" }, ] @@ -446,7 +446,7 @@ wheels = [ [[package]] name = "crypto-strategies" version = "0.4.11" -source = { git = "https://github.com/QuantStrategyLab/CryptoStrategies.git?rev=dd88b39991122338f00e649e4d7c32533d1cbcb3#dd88b39991122338f00e649e4d7c32533d1cbcb3" } +source = { git = "https://github.com/QuantStrategyLab/CryptoStrategies.git?rev=b279f51ce4ba0499cf42e0ef508731eb1a05bd7f#b279f51ce4ba0499cf42e0ef508731eb1a05bd7f" } dependencies = [ { name = "quant-platform-kit" }, ] @@ -1617,7 +1617,7 @@ wheels = [ [[package]] name = "quant-platform-kit" version = "0.10.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=b13e28759a880dcb446dbfbc580dc032333b065e#b13e28759a880dcb446dbfbc580dc032333b065e" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=ac1d07c6b0188c8b0abc682e99315bdc056879b5#ac1d07c6b0188c8b0abc682e99315bdc056879b5" } [[package]] name = "regex"