Skip to content

Commit 9ea4eb3

Browse files
Pigbibicodex
andauthored
chore(qsl): phase2 compat 2026.07.1 + legacy req refs (#114)
* chore(qsl): phase-2 compat bundle 2026.07.1 and legacy req refs Co-Authored-By: Codex <noreply@openai.com> * test: update monthly publish qpk pin expectation Co-Authored-By: Codex <noreply@openai.com> --------- Co-authored-by: Codex <noreply@openai.com>
1 parent 34bacf9 commit 9ea4eb3

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Live-pool rotation pipelines for crypto strategy runtime compatib
99
readme = "README.md"
1010
requires-python = ">=3.11"
1111
dependencies = [
12-
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0063af3b4a974650ea58a7d3f26dd1b94f65d3e8",
12+
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7032cde4547e7ec59af15df8935d142461a77051",
1313
"pandas==3.0.3",
1414
"numpy==2.4.6",
1515
"requests==2.34.2",

qsl.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ snapshot_contract = "docs/integration_contract.md"
99

1010

1111
[qsl.compat]
12-
bundle = "2026.07.0"
12+
bundle = "2026.07.1"

requirements-lock.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0063af3b4a974650ea58a7d3f26dd1b94f65d3e8
1+
quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7032cde4547e7ec59af15df8935d142461a77051
22
pandas==3.0.3
33
numpy==2.4.6
44
requests==2.34.2

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0063af3b4a974650ea58a7d3f26dd1b94f65d3e8
1+
quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7032cde4547e7ec59af15df8935d142461a77051
22
pandas>=3.0.3
33
numpy>=2.4.6,<2.5
44
requests>=2.34.2

tests/test_monthly_publish_workflow_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
README_ZH_PATH = PROJECT_ROOT / "README.zh-CN.md"
1010
QPK_DEPENDENCY = (
1111
"quant-platform-kit @ "
12-
"git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0063af3b4a974650ea58a7d3f26dd1b94f65d3e8"
12+
"git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7032cde4547e7ec59af15df8935d142461a77051"
1313
)
1414

1515

tests/test_qsl_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_qsl_metadata_has_compat_bundle() -> None:
1616
assert qsl["ring"] == 2
1717
assert qsl.get("repo") == "CryptoLivePoolPipelines"
1818
compat = qsl["compat"]
19-
assert compat["bundle"] == "2026.07.0"
19+
assert compat["bundle"] == "2026.07.1"
2020

2121
assert qsl.get("artifact_contract") == "docs/integration_contract.md"
2222
assert qsl.get("snapshot_contract") == "docs/integration_contract.md"

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)