Skip to content

Commit 69e201c

Browse files
QuantStrategyLab QPK Syncclaude
andcommitted
chore(deps): align QPK pin to e21547bf3074
Automated downstream QPK pin update after QPK_PIN landed on main. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 25072e7 commit 69e201c

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@be45863ad75316e3c993338828da356ddfb42f65
97+
uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@e21547bf3074ba282871f0a245466a57bba89fcb
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: be45863ad75316e3c993338828da356ddfb42f65
106+
quant_platform_kit_ref: e21547bf3074ba282871f0a245466a57bba89fcb
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@be45863ad75316e3c993338828da356ddfb42f65",
13+
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@e21547bf3074ba282871f0a245466a57bba89fcb",
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@be45863ad75316e3c993338828da356ddfb42f65",
8+
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@e21547bf3074ba282871f0a245466a57bba89fcb",
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 = "be45863ad75316e3c993338828da356ddfb42f65"
4+
QPK_REF = "e21547bf3074ba282871f0a245466a57bba89fcb"
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 = "be45863ad75316e3c993338828da356ddfb42f65"
6+
QPK_REVISION = "e21547bf3074ba282871f0a245466a57bba89fcb"
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)