Skip to content

Commit 9cab96c

Browse files
Pigbibicodex
andauthored
chore(qsl): align canonical strategy metadata (#84)
Co-authored-by: Codex <noreply@openai.com>
1 parent 54011c3 commit 9cab96c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

qsl.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
tier = "strategy-library"
2-
ring = 1
1+
tier = "strategy-lib"
2+
upgrade_ring = "ring_b"
33

44
[compat]
5-
bundle = "2026.07.2"
5+
bundle = "2026.07.3"
66
requires = [
77
"pandas>=2.0",
88
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@37c81901160c5b31127a27dba1c63944933fb6bf",

tests/test_qsl_compat_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ def test_qsl_compat_metadata_exists_and_bundle() -> None:
88
with qsl_path.open("rb") as f:
99
data = tomllib.load(f)
1010

11-
assert data.get("compat", {}).get("bundle") == "2026.07.2", "compat.bundle mismatch"
11+
assert data.get("compat", {}).get("bundle") == "2026.07.3", "compat.bundle mismatch"
1212

0 commit comments

Comments
 (0)