Skip to content

Commit a52b2ac

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

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
@@ -199,7 +199,7 @@ jobs:
199199
contents: read
200200
issues: write
201201
id-token: write
202-
uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@be45863ad75316e3c993338828da356ddfb42f65
202+
uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@ee8d996392f96e8bdf40988bd68ae30bf5911d2d
203203
with:
204204
strategy_domain: crypto
205205
caller_event_name: ${{ github.event_name }}
@@ -208,7 +208,7 @@ jobs:
208208
snapshot_checkout_path: external/CryptoLivePoolPipelines
209209
snapshot_repository_ref: ${{ needs.preflight_backtests.outputs.snapshot_repository_ref }}
210210
ai_gateway_service_url: ${{ vars.AI_GATEWAY_SERVICE_URL }}
211-
quant_platform_kit_ref: be45863ad75316e3c993338828da356ddfb42f65
211+
quant_platform_kit_ref: ee8d996392f96e8bdf40988bd68ae30bf5911d2d
212212
lifecycle_preflight_artifact: lifecycle-preflight-${{ github.run_id }}-${{ github.run_attempt }}
213213
secrets:
214214
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
@@ -9,7 +9,7 @@ description = "Shared crypto strategy catalog and implementations"
99
readme = "README.md"
1010
requires-python = ">=3.11"
1111
dependencies = [
12-
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@be45863ad75316e3c993338828da356ddfb42f65",
12+
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@ee8d996392f96e8bdf40988bd68ae30bf5911d2d",
1313
]
1414

1515
[tool.setuptools]

qsl.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ upgrade_ring = "ring_b"
44
[compat]
55
bundle = "2026.08.0"
66
requires = [
7-
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@be45863ad75316e3c993338828da356ddfb42f65",
7+
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@ee8d996392f96e8bdf40988bd68ae30bf5911d2d",
88
]

tests/test_drift_workflow_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_drift_workflow_wires_real_pipeline_inputs_and_preflight_bundle() -> Non
1919
assert "research_panel.csv.gz" in workflow
2020
assert "market_history.csv.gz" in workflow
2121
assert "repository: QuantStrategyLab/QuantPlatformKit" in workflow
22-
assert "ref: be45863ad75316e3c993338828da356ddfb42f65" in workflow
22+
assert "ref: ee8d996392f96e8bdf40988bd68ae30bf5911d2d" in workflow
2323
assert "python -m pip install --no-deps -e external/QuantPlatformKit" in workflow
2424
assert "scripts/run_walk_forward_backtest.py" in workflow
2525
assert '"--list-profiles"' in workflow
@@ -29,7 +29,7 @@ def test_drift_workflow_wires_real_pipeline_inputs_and_preflight_bundle() -> Non
2929
assert "Upload lifecycle preflight artifact" in workflow
3030
assert "lifecycle-preflight-${{ github.run_id }}-${{ github.run_attempt }}" 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@be45863ad75316e3c993338828da356ddfb42f65" in workflow
32+
assert "uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@ee8d996392f96e8bdf40988bd68ae30bf5911d2d" in workflow
3333
assert "strategy_domain: crypto" in workflow
3434
assert "snapshot_repository: QuantStrategyLab/CryptoLivePoolPipelines" in workflow
3535
assert "snapshot_checkout_path: external/CryptoLivePoolPipelines" 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 = "be45863ad75316e3c993338828da356ddfb42f65"
6+
QPK_REVISION = "ee8d996392f96e8bdf40988bd68ae30bf5911d2d"
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)