From 7af53843c0e1ddb5a95414f92fa9c7edbf375f46 Mon Sep 17 00:00:00 2001 From: QuantStrategyLab QPK Sync Date: Thu, 3 Sep 2026 09:49:03 +0000 Subject: [PATCH] chore(deps): align QPK pin to b13e28759a88 Automated downstream QPK pin update after QPK_PIN landed on main. Co-Authored-By: Claude --- pyproject.toml | 2 +- uv.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ee0d192..116aa90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "pandas>=2.0", - "hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@35bc21e1f237c4a23ad2f02f8ced7c7845d77331", + "hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@51c6b648501e316594f854290f0a33a524d2ce0f", ] [project.optional-dependencies] diff --git a/uv.lock b/uv.lock index b0f8f6d..fd792f4 100644 --- a/uv.lock +++ b/uv.lock @@ -258,7 +258,7 @@ test = [ [package.metadata] requires-dist = [ - { name = "hk-equity-strategies", git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=35bc21e1f237c4a23ad2f02f8ced7c7845d77331" }, + { name = "hk-equity-strategies", git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=51c6b648501e316594f854290f0a33a524d2ce0f" }, { name = "longbridge", marker = "extra == 'longbridge'", specifier = ">=4.2,<5" }, { name = "pandas", specifier = ">=2.0" }, { name = "pytest", marker = "extra == 'test'", specifier = ">=8" }, @@ -269,7 +269,7 @@ provides-extras = ["test", "longbridge", "public-data"] [[package]] name = "hk-equity-strategies" version = "0.4.7" -source = { git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=35bc21e1f237c4a23ad2f02f8ced7c7845d77331#35bc21e1f237c4a23ad2f02f8ced7c7845d77331" } +source = { git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=51c6b648501e316594f854290f0a33a524d2ce0f#51c6b648501e316594f854290f0a33a524d2ce0f" } dependencies = [ { name = "pandas" }, { name = "quant-platform-kit" },