diff --git a/.github/workflows/execution-report-heartbeat.yml b/.github/workflows/execution-report-heartbeat.yml index 5c6e5f9..f849e89 100644 --- a/.github/workflows/execution-report-heartbeat.yml +++ b/.github/workflows/execution-report-heartbeat.yml @@ -95,3 +95,13 @@ jobs: - name: Check recent execution report run: python scripts/execution_report_heartbeat.py + + - name: Publish read-only runtime execution evidence + uses: QuantStrategyLab/QuantRuntimeSettings/actions/publish-runtime-execution-evidence@e6ac155e3f602d0a54e24cc6710ded5108f6af84 + with: + source-id: runtime-reports-firstrade + report-platform: firstrade + 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 }} diff --git a/pyproject.toml b/pyproject.toml index 5ef61af..dcf28cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "pytest", "pytz", "requests", - "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", ] license = "MIT" @@ -82,5 +82,5 @@ show_missing = true [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 db02e69..9270bdb 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" @@ -446,7 +446,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" }, @@ -1102,7 +1102,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"