File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ readme = "README.md"
1010requires-python = " >=3.11"
1111dependencies = [
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 ]
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ upgrade_ring = "ring_b"
55bundle = " 2026.08.0"
66requires = [
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]
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 33
44
55ROOT = Path (__file__ ).resolve ().parents [1 ]
6- QPK_REVISION = "ee8d996392f96e8bdf40988bd68ae30bf5911d2d "
6+ QPK_REVISION = "b567acd52a6afa6caca3e35648d4347a1ce13ab1 "
77QPK_URL = (
88 "quant-platform-kit @ git+https://github.com/QuantStrategyLab/"
99 f"QuantPlatformKit.git@{ QPK_REVISION } "
You can’t perform that action at this time.
0 commit comments