From 4301662e4397a5ea08c3c9874d4851120f1ce6d0 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Fri, 3 Jul 2026 17:35:28 +0800 Subject: [PATCH] chore: bump qsl bundle to 2026.07.1 Co-Authored-By: Codex --- qsl.toml | 2 +- tests/test_qsl_compat_metadata.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qsl.toml b/qsl.toml index 2218494..467caf2 100644 --- a/qsl.toml +++ b/qsl.toml @@ -2,7 +2,7 @@ tier = "strategy-library" ring = 1 [compat] -bundle = "2026.07.0" +bundle = "2026.07.1" requires = [ "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0063af3b4a974650ea58a7d3f26dd1b94f65d3e8", ] diff --git a/tests/test_qsl_compat_metadata.py b/tests/test_qsl_compat_metadata.py index c3218f5..b536dde 100644 --- a/tests/test_qsl_compat_metadata.py +++ b/tests/test_qsl_compat_metadata.py @@ -8,4 +8,4 @@ def test_qsl_compat_metadata_exists_and_bundle() -> None: with qsl_path.open("rb") as f: data = tomllib.load(f) - assert data.get("compat", {}).get("bundle") == "2026.07.0", "compat.bundle mismatch" + assert data.get("compat", {}).get("bundle") == "2026.07.1", "compat.bundle mismatch"