From c0dfc2f0308ffcf9a566fc19f186f7291d4e3454 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Wed, 2 Sep 2026 17:10:25 +0800 Subject: [PATCH] chore(deps): adopt QSL bundle 2026.09.1 Co-Authored-By: Codex --- pyproject.toml | 4 ++-- qsl.toml | 2 +- tests/test_qsl_metadata.py | 2 +- tests/test_research_input_publish.py | 2 +- uv.lock | 8 ++++---- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9cbe1b5..b6c62a1 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@aa2af9c56cc6600159a2bf83f2181ef721e14511", - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@08eed913248953986224e09ea3a8dd9f5ebedc4e", + "cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@9cb62eb34e16bb6dde300595b74f38a3b6a2d4c1", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@b13e28759a880dcb446dbfbc580dc032333b065e", ] [project.optional-dependencies] diff --git a/qsl.toml b/qsl.toml index 649a037..9c7e7f4 100644 --- a/qsl.toml +++ b/qsl.toml @@ -8,4 +8,4 @@ artifact_contract = "docs/artifact_contract.md" snapshot_contract = "docs/artifact_contract.md" [qsl.compat] -bundle = "2026.09.0" +bundle = "2026.09.1" diff --git a/tests/test_qsl_metadata.py b/tests/test_qsl_metadata.py index 9065af6..34859a5 100644 --- a/tests/test_qsl_metadata.py +++ b/tests/test_qsl_metadata.py @@ -16,6 +16,6 @@ def test_qsl_metadata_has_compat_bundle() -> None: assert qsl["upgrade_ring"] == "ring_c" assert qsl.get("repo") == "CnEquitySnapshotPipelines" compat = qsl["compat"] - assert compat["bundle"] == "2026.09.0" + assert compat["bundle"] == "2026.09.1" assert qsl.get("artifact_contract") == "docs/artifact_contract.md" assert qsl.get("snapshot_contract") == "docs/artifact_contract.md" diff --git a/tests/test_research_input_publish.py b/tests/test_research_input_publish.py index 0c32024..7f917ba 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 = "08eed913248953986224e09ea3a8dd9f5ebedc4e" + expected = "b13e28759a880dcb446dbfbc580dc032333b065e" 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 7a381d8..f7f97fe 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=aa2af9c56cc6600159a2bf83f2181ef721e14511" }, + { name = "cn-equity-strategies", git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=9cb62eb34e16bb6dde300595b74f38a3b6a2d4c1" }, { name = "pandas", specifier = ">=2.0" }, { name = "pytest", marker = "extra == 'test'", specifier = ">=8" }, - { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=08eed913248953986224e09ea3a8dd9f5ebedc4e" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=b13e28759a880dcb446dbfbc580dc032333b065e" }, { 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=aa2af9c56cc6600159a2bf83f2181ef721e14511#aa2af9c56cc6600159a2bf83f2181ef721e14511" } +source = { git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=9cb62eb34e16bb6dde300595b74f38a3b6a2d4c1#9cb62eb34e16bb6dde300595b74f38a3b6a2d4c1" } 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=08eed913248953986224e09ea3a8dd9f5ebedc4e#08eed913248953986224e09ea3a8dd9f5ebedc4e" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=b13e28759a880dcb446dbfbc580dc032333b065e#b13e28759a880dcb446dbfbc580dc032333b065e" } [[package]] name = "requests"