From cca81350d9fe15e7a78ba6ae4d01394234e4b738 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Wed, 26 Aug 2026 01:16:59 +0800 Subject: [PATCH 1/3] ci: publish runtime execution evidence Co-Authored-By: Codex --- .github/workflows/execution-report-heartbeat.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/execution-report-heartbeat.yml b/.github/workflows/execution-report-heartbeat.yml index ccb5366..f86551a 100644 --- a/.github/workflows/execution-report-heartbeat.yml +++ b/.github/workflows/execution-report-heartbeat.yml @@ -110,3 +110,14 @@ jobs: - name: Check recent execution report run: python scripts/execution_report_heartbeat.py + + - name: Publish read-only runtime execution evidence + if: matrix.target.label == 'PAPER' + uses: QuantStrategyLab/QuantRuntimeSettings/actions/publish-runtime-execution-evidence@e6ac155e3f602d0a54e24cc6710ded5108f6af84 + with: + source-id: runtime-reports-longbridge + report-platform: longbridge + report-prefix: ${{ vars.RUNTIME_HEARTBEAT_GCS_URIS || vars.EXECUTION_REPORT_GCS_URI }} + sync-url: ${{ vars.EXECUTION_EVIDENCE_SYNC_URL }} + env: + EXECUTION_EVIDENCE_SYNC_TOKEN: ${{ secrets.EXECUTION_EVIDENCE_SYNC_TOKEN }} From 81a20d7eba660def5185853c138023a6cc04aed4 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Wed, 26 Aug 2026 01:20:45 +0800 Subject: [PATCH 2/3] chore: align QPK dependency lock Co-Authored-By: Codex --- pyproject.toml | 4 ++-- uv.lock | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e5821cd..57712e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "google-cloud-storage", "google-auth", "longport==3.0.23", - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@9f7e7f8335e97f83f66677ad5e73254a1a421759", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@a824143ccb91f1e4a6a9673e11c287922f019f69", "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@cec2a6a7aac02bd06ff9c83703b14c61166b245a", "hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@f07a1eeb46a82dd28cf2fa6f357e88866cfb3ff9", ] @@ -61,5 +61,5 @@ include = [ [tool.uv] override-dependencies = [ - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@9f7e7f8335e97f83f66677ad5e73254a1a421759", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@a824143ccb91f1e4a6a9673e11c287922f019f69", ] diff --git a/uv.lock b/uv.lock index 55d3ba6..1925ce4 100644 --- a/uv.lock +++ b/uv.lock @@ -17,7 +17,7 @@ resolution-markers = [ ] [manifest] -overrides = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=9f7e7f8335e97f83f66677ad5e73254a1a421759" }] +overrides = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=a824143ccb91f1e4a6a9673e11c287922f019f69" }] [[package]] name = "blinker" @@ -727,7 +727,7 @@ requires-dist = [ { name = "pytest", marker = "extra == 'test'" }, { name = "pytest-cov", marker = "extra == 'test'" }, { name = "pytz" }, - { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=9f7e7f8335e97f83f66677ad5e73254a1a421759" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=a824143ccb91f1e4a6a9673e11c287922f019f69" }, { name = "requests" }, { name = "ruff", marker = "extra == 'test'" }, { name = "us-equity-strategies", git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=cec2a6a7aac02bd06ff9c83703b14c61166b245a" }, @@ -1210,7 +1210,7 @@ wheels = [ [[package]] name = "quant-platform-kit" version = "0.10.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=9f7e7f8335e97f83f66677ad5e73254a1a421759#9f7e7f8335e97f83f66677ad5e73254a1a421759" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=a824143ccb91f1e4a6a9673e11c287922f019f69#a824143ccb91f1e4a6a9673e11c287922f019f69" } [[package]] name = "requests" From 0a882dbfff699fc8d9f0d644c6ec55dbe342de23 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Wed, 26 Aug 2026 01:22:30 +0800 Subject: [PATCH 3/3] chore: align QPK runtime metadata Co-Authored-By: Codex --- qsl.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsl.toml b/qsl.toml index 6edcb9a..ae4b2e9 100644 --- a/qsl.toml +++ b/qsl.toml @@ -5,7 +5,7 @@ upgrade_ring = "ring_d" allow_legacy = false [qsl.requires] -quant_platform_kit = "9f7e7f8335e97f83f66677ad5e73254a1a421759" +quant_platform_kit = "a824143ccb91f1e4a6a9673e11c287922f019f69" us_equity_strategies = "cec2a6a7aac02bd06ff9c83703b14c61166b245a" hk_equity_strategies = "f07a1eeb46a82dd28cf2fa6f357e88866cfb3ff9"