Skip to content

Commit 1eff321

Browse files
authored
Merge pull request #228 from QuantStrategyLab/codex/qsl-2026-09-1-rollout-20260902
chore(deps): adopt QSL bundle 2026.09.1
2 parents 9cb62eb + 4e4416e commit 1eff321

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-lib"
22
upgrade_ring = "ring_b"
33

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

tests/test_qsl_compat_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_qsl_compat_metadata_exists_and_bundle() -> None:
1616
with qsl_path.open("rb") as f:
1717
data = tomllib.load(f)
1818

19-
assert data.get("compat", {}).get("bundle") == "2026.09.0", "compat.bundle mismatch"
19+
assert data.get("compat", {}).get("bundle") == "2026.09.1", "compat.bundle mismatch"
2020

2121

2222
def test_qpk_pin_lock_and_ci_are_dependency_enabled() -> None:

0 commit comments

Comments
 (0)