Skip to content

Commit 48f9823

Browse files
QuantStrategyLab QPK Syncclaude
authored andcommitted
chore(deps): align QPK pin to 3b74a445b370
Automated downstream QPK pin update after QPK_PIN landed on main. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2d4f4d4 commit 48f9823

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@8fe855f3cf35f48354a4e6963e2b6b8bc6f4dc2a
197+
uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@3b74a445b370745fcb7bc380b4f37e9bf2f7cf56
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: 8fe855f3cf35f48354a4e6963e2b6b8bc6f4dc2a
206+
quant_platform_kit_ref: 3b74a445b370745fcb7bc380b4f37e9bf2f7cf56
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@8fe855f3cf35f48354a4e6963e2b6b8bc6f4dc2a",
13+
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@3b74a445b370745fcb7bc380b4f37e9bf2f7cf56",
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@8fe855f3cf35f48354a4e6963e2b6b8bc6f4dc2a",
8+
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@3b74a445b370745fcb7bc380b4f37e9bf2f7cf56",
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: 8fe855f3cf35f48354a4e6963e2b6b8bc6f4dc2a" in workflow
21+
assert "ref: 3b74a445b370745fcb7bc380b4f37e9bf2f7cf56" 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@8fe855f3cf35f48354a4e6963e2b6b8bc6f4dc2a" in workflow
32+
assert "uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@3b74a445b370745fcb7bc380b4f37e9bf2f7cf56" 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 = "8fe855f3cf35f48354a4e6963e2b6b8bc6f4dc2a"
6+
QPK_REVISION = "3b74a445b370745fcb7bc380b4f37e9bf2f7cf56"
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)