Skip to content

Commit d42346e

Browse files
Pigbibicodex
andcommitted
chore: bump QPK artifact workflow pin
Co-Authored-By: Codex <noreply@openai.com>
1 parent 84acaff commit d42346e

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/drift-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
contents: read
9595
issues: write
9696
id-token: write
97-
uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@bb91e4cad1a32d58dc0e4023f1cbe0c7ec150d81
97+
uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@6b887d9954eb656141597eac077ca22053a525ef
9898
with:
9999
strategy_domain: hk_equity
100100
caller_event_name: ${{ github.event_name }}
@@ -103,7 +103,7 @@ jobs:
103103
snapshot_checkout_path: external/HkEquitySnapshotPipelines
104104
snapshot_repository_ref: ${{ needs.preflight_backtests.outputs.snapshot_repository_ref }}
105105
ai_gateway_service_url: ${{ vars.AI_GATEWAY_SERVICE_URL }}
106-
quant_platform_kit_ref: bb91e4cad1a32d58dc0e4023f1cbe0c7ec150d81
106+
quant_platform_kit_ref: 6b887d9954eb656141597eac077ca22053a525ef
107107
lifecycle_preflight_artifact: lifecycle-preflight-${{ github.run_id }}-${{ github.run_attempt }}
108108
secrets:
109109
codex_audit_service_url: ${{ secrets.CODEX_AUDIT_SERVICE_URL }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.11"
1111
dependencies = [
1212
"pandas>=2.0",
13-
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@bb91e4cad1a32d58dc0e4023f1cbe0c7ec150d81",
13+
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@6b887d9954eb656141597eac077ca22053a525ef",
1414
]
1515

1616
[project.optional-dependencies]

qsl.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ upgrade_ring = "ring_b"
55
bundle = "2026.08.0"
66
requires = [
77
"pandas>=2.0",
8-
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@bb91e4cad1a32d58dc0e4023f1cbe0c7ec150d81",
8+
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@6b887d9954eb656141597eac077ca22053a525ef",
99
]

tests/test_drift_workflow_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from pathlib import Path
22

33

4-
QPK_REF = "bb91e4cad1a32d58dc0e4023f1cbe0c7ec150d81"
4+
QPK_REF = "6b887d9954eb656141597eac077ca22053a525ef"
55

66

77
def test_drift_workflow_builds_and_wires_lifecycle_preflight() -> None:

tests/test_qsl_compat_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
ROOT = Path(__file__).resolve().parents[1]
6-
QPK_REVISION = "bb91e4cad1a32d58dc0e4023f1cbe0c7ec150d81"
6+
QPK_REVISION = "6b887d9954eb656141597eac077ca22053a525ef"
77
QPK_URL = (
88
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/"
99
f"QuantPlatformKit.git@{QPK_REVISION}"

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)