From 85899b41a0a5b283aa2c0f94a4a1b79951014e58 Mon Sep 17 00:00:00 2001 From: QuantStrategyLab QPK Sync Date: Mon, 24 Aug 2026 12:13:58 +0000 Subject: [PATCH] chore(deps): align QPK pin to 68276cb95077 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 f66f274..5ee39ce 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@68fcad8c68ab48a1109d99715f8315af449de493", - "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@291033051fec86586eab223142e5b5b2532a43b5", - "hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@63a3a4e96b1fb2e64b62ef70ff9057496f49ae9c", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@68276cb9507773e2a29ac9579bed3adb7e077daf", + "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@4c174934d8a3eaeb3152ea6b11559e015f78ee9a", + "hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@0f3abeb91c4dcd283e4586820da36f3d13343896", ] [project.optional-dependencies] @@ -64,5 +64,5 @@ include = [ [tool.uv] override-dependencies = [ - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@68fcad8c68ab48a1109d99715f8315af449de493", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@68276cb9507773e2a29ac9579bed3adb7e077daf", ] diff --git a/qsl.toml b/qsl.toml index 43d65ef..c854c50 100644 --- a/qsl.toml +++ b/qsl.toml @@ -5,9 +5,9 @@ upgrade_ring = "ring_d" allow_legacy = false [qsl.requires] -quant_platform_kit = "68fcad8c68ab48a1109d99715f8315af449de493" -us_equity_strategies = "291033051fec86586eab223142e5b5b2532a43b5" -hk_equity_strategies = "63a3a4e96b1fb2e64b62ef70ff9057496f49ae9c" +quant_platform_kit = "68276cb9507773e2a29ac9579bed3adb7e077daf" +us_equity_strategies = "4c174934d8a3eaeb3152ea6b11559e015f78ee9a" +hk_equity_strategies = "0f3abeb91c4dcd283e4586820da36f3d13343896" [qsl.compat] bundle = "2026.08.0" diff --git a/uv.lock b/uv.lock index d49194a..dc4b168 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=68fcad8c68ab48a1109d99715f8315af449de493" }] +overrides = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=68276cb9507773e2a29ac9579bed3adb7e077daf" }] [[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=63a3a4e96b1fb2e64b62ef70ff9057496f49ae9c#63a3a4e96b1fb2e64b62ef70ff9057496f49ae9c" } +source = { git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=0f3abeb91c4dcd283e4586820da36f3d13343896#0f3abeb91c4dcd283e4586820da36f3d13343896" } 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=63a3a4e96b1fb2e64b62ef70ff9057496f49ae9c" }, + { name = "hk-equity-strategies", git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=0f3abeb91c4dcd283e4586820da36f3d13343896" }, { 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=68fcad8c68ab48a1109d99715f8315af449de493" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=68276cb9507773e2a29ac9579bed3adb7e077daf" }, { name = "requests" }, { name = "ruff", marker = "extra == 'test'" }, - { name = "us-equity-strategies", git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=291033051fec86586eab223142e5b5b2532a43b5" }, + { name = "us-equity-strategies", git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=4c174934d8a3eaeb3152ea6b11559e015f78ee9a" }, { 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=68fcad8c68ab48a1109d99715f8315af449de493#68fcad8c68ab48a1109d99715f8315af449de493" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=68276cb9507773e2a29ac9579bed3adb7e077daf#68276cb9507773e2a29ac9579bed3adb7e077daf" } [[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=291033051fec86586eab223142e5b5b2532a43b5#291033051fec86586eab223142e5b5b2532a43b5" } +source = { git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=4c174934d8a3eaeb3152ea6b11559e015f78ee9a#4c174934d8a3eaeb3152ea6b11559e015f78ee9a" } dependencies = [ { name = "pandas" }, { name = "pytz" },