From 6b5254c90414807175692b565c563ab858434ef9 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Sun, 5 Jul 2026 06:14:25 +0800 Subject: [PATCH 1/3] chore: document QSL legacy dependency reason Co-Authored-By: Codex --- qsl.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/qsl.toml b/qsl.toml index fccc580..225562a 100644 --- a/qsl.toml +++ b/qsl.toml @@ -3,6 +3,7 @@ repo = "CryptoLivePoolPipelines" tier = "pipeline" ring = 2 allow_legacy = true +legacy_reason = "requirements.txt and requirements-lock.txt remain for runtime deployment compatibility." enforce_bundle = false artifact_contract = "docs/integration_contract.md" snapshot_contract = "docs/integration_contract.md" From b414b95abdf2088c68dc7110526139480ba6e732 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Sun, 5 Jul 2026 06:55:52 +0800 Subject: [PATCH 2/3] chore: align QSL bundle to 2026.07.2 Co-Authored-By: Codex --- pyproject.toml | 2 +- qsl.toml | 2 +- requirements-lock.txt | 2 +- requirements.txt | 2 +- uv.lock | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5f95957..d8e9c07 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@7032cde4547e7ec59af15df8935d142461a77051", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@37c81901160c5b31127a27dba1c63944933fb6bf", "pandas==3.0.3", "numpy==2.4.6", "requests==2.34.2", diff --git a/qsl.toml b/qsl.toml index 225562a..883d1a3 100644 --- a/qsl.toml +++ b/qsl.toml @@ -10,4 +10,4 @@ snapshot_contract = "docs/integration_contract.md" [qsl.compat] -bundle = "2026.07.1" +bundle = "2026.07.2" diff --git a/requirements-lock.txt b/requirements-lock.txt index 52694a7..f88f5c4 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -1,4 +1,4 @@ -quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7032cde4547e7ec59af15df8935d142461a77051 +quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@37c81901160c5b31127a27dba1c63944933fb6bf pandas==3.0.3 numpy==2.4.6 requests==2.34.2 diff --git a/requirements.txt b/requirements.txt index 624d9fa..67148e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7032cde4547e7ec59af15df8935d142461a77051 +quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@37c81901160c5b31127a27dba1c63944933fb6bf pandas>=3.0.3 numpy>=2.4.6,<2.5 requests>=2.34.2 diff --git a/uv.lock b/uv.lock index 1eae4a5..ba02b67 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=7032cde4547e7ec59af15df8935d142461a77051" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=37c81901160c5b31127a27dba1c63944933fb6bf" }, { 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=7032cde4547e7ec59af15df8935d142461a77051#7032cde4547e7ec59af15df8935d142461a77051" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=37c81901160c5b31127a27dba1c63944933fb6bf#37c81901160c5b31127a27dba1c63944933fb6bf" } [[package]] name = "requests" From 24e054fb418ab39c8e8b7f84b793abbbba096736 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Sun, 5 Jul 2026 07:02:49 +0800 Subject: [PATCH 3/3] test: expect QSL bundle 2026.07.2 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 c41ec91..b41605e 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@7032cde4547e7ec59af15df8935d142461a77051" + "git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@37c81901160c5b31127a27dba1c63944933fb6bf" )