From 2b82930706cc8f9f6468d935c121c0601b4180d3 Mon Sep 17 00:00:00 2001 From: QuantStrategyLab QPK Sync Date: Sat, 19 Sep 2026 14:24:44 +0000 Subject: [PATCH] chore(deps): align QPK pin to 8e8ec51884bf 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 f74ac00..92740e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,9 +18,9 @@ dependencies = [ "google-cloud-storage", "google-auth", "longport==3.0.23", - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@bd8d06e50f88927eb525c2c585752435ab24492a", - "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@4a3943883cd6b5bbfe32a559e56a91b40a81b7ce", - "hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@709e5e1cde7841aed538d94eb26b552b46cb7806", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@8e8ec51884bf8abb0a7ca699fc2da39fad134f89", + "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@09ab2669f3481c3d0560d55b15dab4af216f93d4", + "hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@038717936d9640130f7c88c6c9fb6912a01ace76", ] [project.optional-dependencies] @@ -61,5 +61,5 @@ include = [ [tool.uv] override-dependencies = [ - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@bd8d06e50f88927eb525c2c585752435ab24492a", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@8e8ec51884bf8abb0a7ca699fc2da39fad134f89", ] diff --git a/qsl.toml b/qsl.toml index 3f95bf7..9635b62 100644 --- a/qsl.toml +++ b/qsl.toml @@ -5,9 +5,9 @@ upgrade_ring = "ring_d" allow_legacy = false [qsl.requires] -quant_platform_kit = "bd8d06e50f88927eb525c2c585752435ab24492a" -us_equity_strategies = "4a3943883cd6b5bbfe32a559e56a91b40a81b7ce" -hk_equity_strategies = "709e5e1cde7841aed538d94eb26b552b46cb7806" +quant_platform_kit = "8e8ec51884bf8abb0a7ca699fc2da39fad134f89" +us_equity_strategies = "09ab2669f3481c3d0560d55b15dab4af216f93d4" +hk_equity_strategies = "038717936d9640130f7c88c6c9fb6912a01ace76" [qsl.compat] bundle = "2026.09.1" diff --git a/uv.lock b/uv.lock index 7ea46e3..cce8cd3 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=bd8d06e50f88927eb525c2c585752435ab24492a" }] +overrides = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=8e8ec51884bf8abb0a7ca699fc2da39fad134f89" }] [[package]] name = "blinker" @@ -632,7 +632,7 @@ wheels = [ [[package]] name = "hk-equity-strategies" version = "0.4.7" -source = { git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=709e5e1cde7841aed538d94eb26b552b46cb7806#709e5e1cde7841aed538d94eb26b552b46cb7806" } +source = { git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=038717936d9640130f7c88c6c9fb6912a01ace76#038717936d9640130f7c88c6c9fb6912a01ace76" } dependencies = [ { name = "pandas" }, { name = "quant-platform-kit" }, @@ -720,17 +720,17 @@ 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=709e5e1cde7841aed538d94eb26b552b46cb7806" }, + { name = "hk-equity-strategies", git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=038717936d9640130f7c88c6c9fb6912a01ace76" }, { name = "longport", specifier = "==3.0.23" }, { name = "pandas" }, { name = "pandas-market-calendars" }, { 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=bd8d06e50f88927eb525c2c585752435ab24492a" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=8e8ec51884bf8abb0a7ca699fc2da39fad134f89" }, { name = "requests" }, { name = "ruff", marker = "extra == 'test'" }, - { name = "us-equity-strategies", git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=4a3943883cd6b5bbfe32a559e56a91b40a81b7ce" }, + { name = "us-equity-strategies", git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=09ab2669f3481c3d0560d55b15dab4af216f93d4" }, ] provides-extras = ["test"] @@ -1210,7 +1210,7 @@ wheels = [ [[package]] name = "quant-platform-kit" version = "1.0.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=bd8d06e50f88927eb525c2c585752435ab24492a#bd8d06e50f88927eb525c2c585752435ab24492a" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=8e8ec51884bf8abb0a7ca699fc2da39fad134f89#8e8ec51884bf8abb0a7ca699fc2da39fad134f89" } [[package]] name = "requests" @@ -1354,7 +1354,7 @@ wheels = [ [[package]] name = "us-equity-strategies" version = "0.7.60" -source = { git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=4a3943883cd6b5bbfe32a559e56a91b40a81b7ce#4a3943883cd6b5bbfe32a559e56a91b40a81b7ce" } +source = { git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=09ab2669f3481c3d0560d55b15dab4af216f93d4#09ab2669f3481c3d0560d55b15dab4af216f93d4" } dependencies = [ { name = "pandas" }, { name = "pytz" },