From b3fce34e6f81c533fe428af3aaf6edb7b3f3019a Mon Sep 17 00:00:00 2001 From: QuantStrategyLab QPK Sync Date: Mon, 24 Aug 2026 12:14:16 +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 | 4 ++-- qsl.toml | 4 ++-- tests/test_qsl_metadata.py | 4 ++-- uv.lock | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 14320de..bc5951e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,8 @@ authors = [{ name = "QuantStrategyLab" }] dependencies = [ "flask>=3.0", "pandas>=2.0", - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@68fcad8c68ab48a1109d99715f8315af449de493", - "cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@33d605622ded78a006efef4297b7e786cadf1a27", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@68276cb9507773e2a29ac9579bed3adb7e077daf", + "cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@370e2516ea9876ab51d7656ad799731635b62c0e", ] [project.optional-dependencies] diff --git a/qsl.toml b/qsl.toml index 9465c9d..2988730 100644 --- a/qsl.toml +++ b/qsl.toml @@ -6,8 +6,8 @@ allow_legacy = false enforce_bundle = true [qsl.requires] -quant_platform_kit = "68fcad8c68ab48a1109d99715f8315af449de493" -cn_equity_strategies = "33d605622ded78a006efef4297b7e786cadf1a27" +quant_platform_kit = "68276cb9507773e2a29ac9579bed3adb7e077daf" +cn_equity_strategies = "370e2516ea9876ab51d7656ad799731635b62c0e" [qsl.compat] bundle = "2026.07.3" diff --git a/tests/test_qsl_metadata.py b/tests/test_qsl_metadata.py index d53a984..c2571d0 100644 --- a/tests/test_qsl_metadata.py +++ b/tests/test_qsl_metadata.py @@ -15,5 +15,5 @@ def test_qsl_metadata_has_runtime_platform_fields() -> None: assert qsl["enforce_bundle"] is True assert qsl["compat"]["bundle"] == "2026.07.3" requires = qsl["requires"] - assert requires["quant_platform_kit"] == "68fcad8c68ab48a1109d99715f8315af449de493" - assert requires["cn_equity_strategies"] == "33d605622ded78a006efef4297b7e786cadf1a27" + assert requires["quant_platform_kit"] == "68276cb9507773e2a29ac9579bed3adb7e077daf" + assert requires["cn_equity_strategies"] == "370e2516ea9876ab51d7656ad799731635b62c0e" diff --git a/uv.lock b/uv.lock index 7a31b40..56c8450 100644 --- a/uv.lock +++ b/uv.lock @@ -37,7 +37,7 @@ wheels = [ [[package]] name = "cn-equity-strategies" version = "0.1.0" -source = { git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=33d605622ded78a006efef4297b7e786cadf1a27#33d605622ded78a006efef4297b7e786cadf1a27" } +source = { git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=370e2516ea9876ab51d7656ad799731635b62c0e#370e2516ea9876ab51d7656ad799731635b62c0e" } dependencies = [ { name = "pandas" }, { name = "quant-platform-kit" }, @@ -450,18 +450,18 @@ test = [ [package.metadata] requires-dist = [ - { name = "cn-equity-strategies", git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=33d605622ded78a006efef4297b7e786cadf1a27" }, + { name = "cn-equity-strategies", git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=370e2516ea9876ab51d7656ad799731635b62c0e" }, { name = "flask", specifier = ">=3.0" }, { name = "pandas", specifier = ">=2.0" }, { name = "pytest", marker = "extra == 'test'", specifier = ">=8" }, - { 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" }, ] provides-extras = ["test"] [[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 = "six"