Skip to content

Commit a6897ec

Browse files
Pigbibicodex
andauthored
chore: bump qsl bundle to 2026.07.1 (#64)
Co-authored-by: Codex <noreply@openai.com>
1 parent 00dd0e5 commit a6897ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

qsl.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ tier = "strategy-library"
22
ring = 1
33

44
[compat]
5-
bundle = "2026.07.0"
5+
bundle = "2026.07.1"
66
requires = [
77
"pandas>=2.0",
88
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0063af3b4a974650ea58a7d3f26dd1b94f65d3e8",

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.0", "compat.bundle mismatch"
11+
assert data.get("compat", {}).get("bundle") == "2026.07.1", "compat.bundle mismatch"
1212

0 commit comments

Comments
 (0)