From 35f22fdc57a626b2476c6d649f217745ba4e3b01 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Fri, 3 Jul 2026 17:52:30 +0800 Subject: [PATCH 1/2] chore(qsl): phase-2 compat bundle 2026.07.1 and legacy req refs Co-Authored-By: Codex --- pyproject.toml | 2 +- qsl.toml | 2 +- requirements-lock.txt | 2 +- requirements.txt | 2 +- tests/test_qsl_metadata.py | 2 +- uv.lock | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1d9cb4e..5f95957 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Live-pool rotation pipelines for crypto strategy runtime compatib readme = "README.md" requires-python = ">=3.11" dependencies = [ - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0063af3b4a974650ea58a7d3f26dd1b94f65d3e8", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7032cde4547e7ec59af15df8935d142461a77051", "pandas==3.0.3", "numpy==2.4.6", "requests==2.34.2", diff --git a/qsl.toml b/qsl.toml index 95309e6..fccc580 100644 --- a/qsl.toml +++ b/qsl.toml @@ -9,4 +9,4 @@ snapshot_contract = "docs/integration_contract.md" [qsl.compat] -bundle = "2026.07.0" +bundle = "2026.07.1" diff --git a/requirements-lock.txt b/requirements-lock.txt index 3f4d00d..52694a7 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -1,4 +1,4 @@ -quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0063af3b4a974650ea58a7d3f26dd1b94f65d3e8 +quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7032cde4547e7ec59af15df8935d142461a77051 pandas==3.0.3 numpy==2.4.6 requests==2.34.2 diff --git a/requirements.txt b/requirements.txt index 4ef7c6b..624d9fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0063af3b4a974650ea58a7d3f26dd1b94f65d3e8 +quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7032cde4547e7ec59af15df8935d142461a77051 pandas>=3.0.3 numpy>=2.4.6,<2.5 requests>=2.34.2 diff --git a/tests/test_qsl_metadata.py b/tests/test_qsl_metadata.py index 2617f73..33901a0 100644 --- a/tests/test_qsl_metadata.py +++ b/tests/test_qsl_metadata.py @@ -16,7 +16,7 @@ def test_qsl_metadata_has_compat_bundle() -> None: assert qsl["ring"] == 2 assert qsl.get("repo") == "CryptoLivePoolPipelines" compat = qsl["compat"] - assert compat["bundle"] == "2026.07.0" + assert compat["bundle"] == "2026.07.1" assert qsl.get("artifact_contract") == "docs/integration_contract.md" assert qsl.get("snapshot_contract") == "docs/integration_contract.md" diff --git a/uv.lock b/uv.lock index 3bc5535..1eae4a5 100644 --- a/uv.lock +++ b/uv.lock @@ -307,7 +307,7 @@ requires-dist = [ { name = "pandas", specifier = "==3.0.3" }, { name = "pytest", marker = "extra == 'test'", specifier = ">=8" }, { name = "pyyaml", specifier = "==6.0.3" }, - { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=0063af3b4a974650ea58a7d3f26dd1b94f65d3e8" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=7032cde4547e7ec59af15df8935d142461a77051" }, { name = "requests", specifier = "==2.34.2" }, { name = "scikit-learn", specifier = "==1.9.0" }, { name = "scipy", specifier = "==1.17.1" }, @@ -1255,7 +1255,7 @@ wheels = [ [[package]] name = "quant-platform-kit" version = "0.10.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=0063af3b4a974650ea58a7d3f26dd1b94f65d3e8#0063af3b4a974650ea58a7d3f26dd1b94f65d3e8" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=7032cde4547e7ec59af15df8935d142461a77051#7032cde4547e7ec59af15df8935d142461a77051" } [[package]] name = "requests" From 63c633ddfa71d95c992e153e4a1a4ba51376f2d0 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Fri, 3 Jul 2026 18:15:24 +0800 Subject: [PATCH 2/2] test: update monthly publish qpk pin expectation Co-Authored-By: Codex --- tests/test_monthly_publish_workflow_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_monthly_publish_workflow_config.py b/tests/test_monthly_publish_workflow_config.py index 0613500..c41ec91 100644 --- a/tests/test_monthly_publish_workflow_config.py +++ b/tests/test_monthly_publish_workflow_config.py @@ -9,7 +9,7 @@ README_ZH_PATH = PROJECT_ROOT / "README.zh-CN.md" QPK_DEPENDENCY = ( "quant-platform-kit @ " - "git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0063af3b4a974650ea58a7d3f26dd1b94f65d3e8" + "git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7032cde4547e7ec59af15df8935d142461a77051" )