From 7414159b2a68c6619b3868e7a55216bf2bd46362 Mon Sep 17 00:00:00 2001 From: QuantStrategyLab QPK Sync Date: Thu, 27 Aug 2026 04:00:57 +0000 Subject: [PATCH] chore(deps): align QPK pin to 0f1b5d9e806b Automated downstream QPK pin update after QPK_PIN landed on main. Co-Authored-By: Claude --- pyproject.toml | 8 ++++---- qsl.toml | 6 +++--- uv.lock | 14 +++++++------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f284fa3..d7f08cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,9 +21,9 @@ dependencies = [ "google-cloud-secret-manager", "google-cloud-storage", "yfinance", - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@3c6709019f8ac7db8792ec534f70eaf1d30c5322", - "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@1690b8a84aa819ee6d5063a9fff34bd1c51a5e04", - "hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@8230eb2e3c7681c6c1348c8449773f73d58bfa15", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0f1b5d9e806b1143b459976b8a6a98eee7a9bc37", + "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@0540bce217eff04e2983e2d0c6609d68e66585c7", + "hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@3d70b027132c15350613bbed95aee67775d22a63", ] [project.optional-dependencies] @@ -64,5 +64,5 @@ include = [ [tool.uv] override-dependencies = [ - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@3c6709019f8ac7db8792ec534f70eaf1d30c5322", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0f1b5d9e806b1143b459976b8a6a98eee7a9bc37", ] diff --git a/qsl.toml b/qsl.toml index c4df4fd..ae7d109 100644 --- a/qsl.toml +++ b/qsl.toml @@ -5,9 +5,9 @@ upgrade_ring = "ring_d" allow_legacy = false [qsl.requires] -quant_platform_kit = "3c6709019f8ac7db8792ec534f70eaf1d30c5322" -us_equity_strategies = "1690b8a84aa819ee6d5063a9fff34bd1c51a5e04" -hk_equity_strategies = "8230eb2e3c7681c6c1348c8449773f73d58bfa15" +quant_platform_kit = "0f1b5d9e806b1143b459976b8a6a98eee7a9bc37" +us_equity_strategies = "0540bce217eff04e2983e2d0c6609d68e66585c7" +hk_equity_strategies = "3d70b027132c15350613bbed95aee67775d22a63" [qsl.compat] bundle = "2026.08.0" diff --git a/uv.lock b/uv.lock index 458446e..59d9652 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=3c6709019f8ac7db8792ec534f70eaf1d30c5322" }] +overrides = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=0f1b5d9e806b1143b459976b8a6a98eee7a9bc37" }] [[package]] name = "beautifulsoup4" @@ -707,7 +707,7 @@ wheels = [ [[package]] name = "hk-equity-strategies" version = "0.4.7" -source = { git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=8230eb2e3c7681c6c1348c8449773f73d58bfa15#8230eb2e3c7681c6c1348c8449773f73d58bfa15" } +source = { git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=3d70b027132c15350613bbed95aee67775d22a63#3d70b027132c15350613bbed95aee67775d22a63" } dependencies = [ { name = "pandas" }, { name = "quant-platform-kit" }, @@ -783,7 +783,7 @@ requires-dist = [ { name = "google-cloud-secret-manager" }, { name = "google-cloud-storage" }, { name = "gunicorn" }, - { name = "hk-equity-strategies", git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=8230eb2e3c7681c6c1348c8449773f73d58bfa15" }, + { name = "hk-equity-strategies", git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=3d70b027132c15350613bbed95aee67775d22a63" }, { name = "ib-insync" }, { name = "numpy" }, { name = "pandas" }, @@ -791,10 +791,10 @@ requires-dist = [ { name = "pytest", marker = "extra == 'test'" }, { name = "pytest-cov", marker = "extra == 'test'" }, { name = "pytz" }, - { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=3c6709019f8ac7db8792ec534f70eaf1d30c5322" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=0f1b5d9e806b1143b459976b8a6a98eee7a9bc37" }, { name = "requests" }, { name = "ruff", marker = "extra == 'test'" }, - { name = "us-equity-strategies", git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=1690b8a84aa819ee6d5063a9fff34bd1c51a5e04" }, + { name = "us-equity-strategies", git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=0540bce217eff04e2983e2d0c6609d68e66585c7" }, { name = "yfinance" }, ] provides-extras = ["test"] @@ -1327,7 +1327,7 @@ wheels = [ [[package]] name = "quant-platform-kit" version = "0.10.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=3c6709019f8ac7db8792ec534f70eaf1d30c5322#3c6709019f8ac7db8792ec534f70eaf1d30c5322" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=0f1b5d9e806b1143b459976b8a6a98eee7a9bc37#0f1b5d9e806b1143b459976b8a6a98eee7a9bc37" } [[package]] name = "requests" @@ -1493,7 +1493,7 @@ wheels = [ [[package]] name = "us-equity-strategies" version = "0.7.60" -source = { git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=1690b8a84aa819ee6d5063a9fff34bd1c51a5e04#1690b8a84aa819ee6d5063a9fff34bd1c51a5e04" } +source = { git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=0540bce217eff04e2983e2d0c6609d68e66585c7#0540bce217eff04e2983e2d0c6609d68e66585c7" } dependencies = [ { name = "pandas" }, { name = "pytz" },