Skip to content

Commit 8b1333c

Browse files
QuantStrategyLab QPK Syncclaude
andcommitted
chore(deps): align QPK pin to b567acd52a6a
Automated downstream QPK pin update after QPK_PIN landed on main. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5e1d1e0 commit 8b1333c

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/drift-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
contents: read
195195
issues: write
196196
id-token: write
197-
uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@ee8d996392f96e8bdf40988bd68ae30bf5911d2d
197+
uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@b567acd52a6afa6caca3e35648d4347a1ce13ab1
198198
with:
199199
strategy_domain: cn_equity
200200
caller_event_name: ${{ github.event_name }}
@@ -203,7 +203,7 @@ jobs:
203203
snapshot_checkout_path: external/CnEquitySnapshotPipelines
204204
snapshot_repository_ref: ${{ needs.preflight_backtests.outputs.snapshot_repository_ref }}
205205
ai_gateway_service_url: ${{ vars.AI_GATEWAY_SERVICE_URL }}
206-
quant_platform_kit_ref: ee8d996392f96e8bdf40988bd68ae30bf5911d2d
206+
quant_platform_kit_ref: b567acd52a6afa6caca3e35648d4347a1ce13ab1
207207
lifecycle_preflight_artifact: lifecycle-preflight-${{ github.run_id }}-${{ github.run_attempt }}
208208
secrets:
209209
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@ee8d996392f96e8bdf40988bd68ae30bf5911d2d",
13+
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@b567acd52a6afa6caca3e35648d4347a1ce13ab1",
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@ee8d996392f96e8bdf40988bd68ae30bf5911d2d",
8+
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@b567acd52a6afa6caca3e35648d4347a1ce13ab1",
99
]

tests/test_drift_workflow_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def test_drift_workflow_wires_real_snapshot_history_and_preflight_bundle() -> No
1818
assert '"conclusion": "success"' in workflow
1919
assert "cn_etf_market_history.csv" in workflow
2020
assert "repository: QuantStrategyLab/QuantPlatformKit" in workflow
21-
assert "ref: ee8d996392f96e8bdf40988bd68ae30bf5911d2d" in workflow
21+
assert "ref: b567acd52a6afa6caca3e35648d4347a1ce13ab1" in workflow
2222
assert "python -m pip install --no-deps -e external/QuantPlatformKit" in workflow
2323
assert "scripts/run_walk_forward_backtest.py" in workflow
2424
assert '"--list-profiles"' in workflow
@@ -29,7 +29,7 @@ def test_drift_workflow_wires_real_snapshot_history_and_preflight_bundle() -> No
2929
assert "Upload lifecycle preflight artifact" in workflow
3030
assert "actions/upload-artifact@v7" in workflow
3131
assert workflow.count("github.ref == format('refs/heads/{0}', github.event.repository.default_branch)") == 2
32-
assert "uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@ee8d996392f96e8bdf40988bd68ae30bf5911d2d" in workflow
32+
assert "uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@b567acd52a6afa6caca3e35648d4347a1ce13ab1" in workflow
3333
assert "strategy_domain: cn_equity" in workflow
3434
assert "caller_event_name: ${{ github.event_name }}" in workflow
3535
assert "caller_pr_head_repository: ${{ github.event.pull_request.head.repo.full_name || '' }}" in workflow

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 = "ee8d996392f96e8bdf40988bd68ae30bf5911d2d"
6+
QPK_REVISION = "b567acd52a6afa6caca3e35648d4347a1ce13ab1"
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)