diff --git a/pyproject.toml b/pyproject.toml index e60828d..b31bfa8 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@5b30fa332075fe582c1c04400a0115541fb767da", - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@5d4bbd0e7ef9a1434010e8b6a69905d39ee55f1b", + "cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@167355385dde4e1a2b9dea4ede7077f9fbda13ce", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@3acab1923a97b805b077c85c6c19657be0143bac", ] [project.optional-dependencies] diff --git a/qsl.toml b/qsl.toml index 9cd9cf6..7925299 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.07.2" +bundle = "2026.08.0" diff --git a/tests/test_qsl_metadata.py b/tests/test_qsl_metadata.py index 2b7413a..d42f718 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.07.2" + assert compat["bundle"] == "2026.08.0" 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 4d0511e..c8b62f0 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 = "5d4bbd0e7ef9a1434010e8b6a69905d39ee55f1b" + expected = "3acab1923a97b805b077c85c6c19657be0143bac" 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 be150ef..955a457 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=5b30fa332075fe582c1c04400a0115541fb767da" }, + { name = "cn-equity-strategies", git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=167355385dde4e1a2b9dea4ede7077f9fbda13ce" }, { name = "pandas", specifier = ">=2.0" }, { name = "pytest", marker = "extra == 'test'", specifier = ">=8" }, - { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=5d4bbd0e7ef9a1434010e8b6a69905d39ee55f1b" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=3acab1923a97b805b077c85c6c19657be0143bac" }, { 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=5b30fa332075fe582c1c04400a0115541fb767da#5b30fa332075fe582c1c04400a0115541fb767da" } +source = { git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=167355385dde4e1a2b9dea4ede7077f9fbda13ce#167355385dde4e1a2b9dea4ede7077f9fbda13ce" } 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=5d4bbd0e7ef9a1434010e8b6a69905d39ee55f1b#5d4bbd0e7ef9a1434010e8b6a69905d39ee55f1b" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=3acab1923a97b805b077c85c6c19657be0143bac#3acab1923a97b805b077c85c6c19657be0143bac" } [[package]] name = "requests"