Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/drift-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v6
with:
repository: QuantStrategyLab/QuantPlatformKit
ref: be45863ad75316e3c993338828da356ddfb42f65
ref: c9ce15d6db26d75a6fb7285e7288ab4fb83fadd3
path: external/QuantPlatformKit

- name: Set up Python
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
contents: read
issues: write
id-token: write
uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@be45863ad75316e3c993338828da356ddfb42f65
uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@c9ce15d6db26d75a6fb7285e7288ab4fb83fadd3
with:
strategy_domain: us_equity
caller_event_name: ${{ github.event_name }}
Expand All @@ -224,7 +224,7 @@ jobs:
snapshot_checkout_path: external/UsEquitySnapshotPipelines
snapshot_repository_ref: ${{ needs.preflight_backtests.outputs.snapshot_repository_ref }}
ai_gateway_service_url: ${{ vars.AI_GATEWAY_SERVICE_URL }}
quant_platform_kit_ref: be45863ad75316e3c993338828da356ddfb42f65
quant_platform_kit_ref: c9ce15d6db26d75a6fb7285e7288ab4fb83fadd3
lifecycle_preflight_artifact: lifecycle-preflight-${{ github.run_id }}-${{ github.run_attempt }}
strategy_profile: ${{ inputs.strategy_profile || '' }}
secrets:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requires-python = ">=3.11"
dependencies = [
"pandas>=2.0",
"pytz>=2024.1",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@be45863ad75316e3c993338828da356ddfb42f65",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@c9ce15d6db26d75a6fb7285e7288ab4fb83fadd3",
]

[tool.setuptools]
Expand Down
2 changes: 1 addition & 1 deletion qsl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ bundle = "2026.08.0"
requires = [
"pandas>=2.0",
"pytz>=2024.1",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@be45863ad75316e3c993338828da356ddfb42f65",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@c9ce15d6db26d75a6fb7285e7288ab4fb83fadd3",
]
6 changes: 3 additions & 3 deletions tests/test_drift_workflow_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_drift_workflow_wires_real_snapshot_history_and_preflight_bundle() -> No
assert '"conclusion": "success"' in workflow
assert '"QuantStrategyLab/UsEquitySnapshotPipelines"' in workflow
assert "repository: QuantStrategyLab/QuantPlatformKit" in workflow
assert "ref: be45863ad75316e3c993338828da356ddfb42f65" in workflow
assert "ref: c9ce15d6db26d75a6fb7285e7288ab4fb83fadd3" in workflow
assert "python -m pip install --no-deps -e external/QuantPlatformKit" in workflow
assert "scripts/run_walk_forward_backtest.py" in workflow
assert '"--list-lifecycle-profiles"' in workflow
Expand All @@ -30,15 +30,15 @@ def test_drift_workflow_wires_real_snapshot_history_and_preflight_bundle() -> No
assert "LIFECYCLE_PREFLIGHT_BUNDLE_ROOT" in workflow
assert "Upload lifecycle preflight artifact" in workflow
assert "actions/upload-artifact@v7" in workflow
assert "uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@be45863ad75316e3c993338828da356ddfb42f65" in workflow
assert "uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@c9ce15d6db26d75a6fb7285e7288ab4fb83fadd3" in workflow
assert "strategy_domain: us_equity" in workflow
assert "caller_event_name: ${{ github.event_name }}" in workflow
assert "caller_pr_head_repository: ${{ github.event.pull_request.head.repo.full_name || '' }}" in workflow
assert "snapshot_repository: QuantStrategyLab/UsEquitySnapshotPipelines" in workflow
assert "snapshot_checkout_path: external/UsEquitySnapshotPipelines" in workflow
assert "ai_gateway_service_url: ${{ vars.AI_GATEWAY_SERVICE_URL }}" in workflow
assert "lifecycle_preflight_artifact: lifecycle-preflight-${{ github.run_id }}-${{ github.run_attempt }}" in workflow
assert "quant_platform_kit_ref: be45863ad75316e3c993338828da356ddfb42f65" in workflow
assert "quant_platform_kit_ref: c9ce15d6db26d75a6fb7285e7288ab4fb83fadd3" in workflow
assert "strategy_profile:" in workflow
assert "REQUESTED_STRATEGY_PROFILE: ${{ inputs.strategy_profile || '' }}" in workflow
assert '"--list-profiles"' in workflow
Expand Down
2 changes: 1 addition & 1 deletion tests/test_qsl_compat_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


ROOT = Path(__file__).resolve().parents[1]
QPK_REVISION = "be45863ad75316e3c993338828da356ddfb42f65"
QPK_REVISION = "c9ce15d6db26d75a6fb7285e7288ab4fb83fadd3"
QPK_URL = (
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/"
f"QuantPlatformKit.git@{QPK_REVISION}"
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.