From 9e3e482082596f0c6017a10bd1b53616d669f17f Mon Sep 17 00:00:00 2001 From: QuantStrategyLab QPK Sync Date: Fri, 4 Sep 2026 04:32:11 +0000 Subject: [PATCH] chore(deps): align QPK pin to 1e5ecacd3843 Automated downstream QPK pin update after QPK_PIN landed on main. Co-Authored-By: Claude --- pyproject.toml | 4 ++-- tests/test_research_input_publish.py | 2 +- uv.lock | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b6c62a1..f084d0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,8 +10,8 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "pandas>=2.0", - "cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@9cb62eb34e16bb6dde300595b74f38a3b6a2d4c1", - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@b13e28759a880dcb446dbfbc580dc032333b065e", + "cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@e3245b06e205897b793074e59ae771ce538e20f4", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@1e5ecacd3843691fe1a82e620ab00e72794c0407", ] [project.optional-dependencies] diff --git a/tests/test_research_input_publish.py b/tests/test_research_input_publish.py index 7f917ba..ca7e170 100644 --- a/tests/test_research_input_publish.py +++ b/tests/test_research_input_publish.py @@ -594,7 +594,7 @@ def test_producer_identity_is_derived_from_clean_trusted_checkout_and_dirty_fail def test_pyproject_lock_resolve_one_canonical_qpk_pin() -> None: root = Path(__file__).resolve().parents[1] - expected = "b13e28759a880dcb446dbfbc580dc032333b065e" + expected = "1e5ecacd3843691fe1a82e620ab00e72794c0407" pyproject = (root / "pyproject.toml").read_text(encoding="utf-8") lock = (root / "uv.lock").read_text(encoding="utf-8") assert f"QuantPlatformKit.git@{expected}" in pyproject diff --git a/uv.lock b/uv.lock index f7f97fe..d499e31 100644 --- a/uv.lock +++ b/uv.lock @@ -252,10 +252,10 @@ test = [ [package.metadata] requires-dist = [ { name = "akshare", marker = "extra == 'public-data'", specifier = ">=1.14" }, - { name = "cn-equity-strategies", git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=9cb62eb34e16bb6dde300595b74f38a3b6a2d4c1" }, + { name = "cn-equity-strategies", git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=e3245b06e205897b793074e59ae771ce538e20f4" }, { name = "pandas", specifier = ">=2.0" }, { name = "pytest", marker = "extra == 'test'", specifier = ">=8" }, - { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=b13e28759a880dcb446dbfbc580dc032333b065e" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=1e5ecacd3843691fe1a82e620ab00e72794c0407" }, { name = "requests", marker = "extra == 'public-data'", specifier = ">=2.31" }, ] provides-extras = ["test", "public-data"] @@ -263,7 +263,7 @@ provides-extras = ["test", "public-data"] [[package]] name = "cn-equity-strategies" version = "0.1.0" -source = { git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=9cb62eb34e16bb6dde300595b74f38a3b6a2d4c1#9cb62eb34e16bb6dde300595b74f38a3b6a2d4c1" } +source = { git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=e3245b06e205897b793074e59ae771ce538e20f4#e3245b06e205897b793074e59ae771ce538e20f4" } dependencies = [ { name = "pandas" }, { name = "quant-platform-kit" }, @@ -793,7 +793,7 @@ wheels = [ [[package]] name = "quant-platform-kit" version = "0.10.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=b13e28759a880dcb446dbfbc580dc032333b065e#b13e28759a880dcb446dbfbc580dc032333b065e" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=1e5ecacd3843691fe1a82e620ab00e72794c0407#1e5ecacd3843691fe1a82e620ab00e72794c0407" } [[package]] name = "requests"