Skip to content

Commit 1677bb8

Browse files
Pigbibicodex
andcommitted
chore: bump qsl bundle to 2026.07.1
Co-Authored-By: Codex <noreply@openai.com>
1 parent 7032cde commit 1677bb8

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

qsl.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
tier = "core"
22
ring = 0
33
allow_legacy = true
4+
# legacy_reason: constraints.txt remains for pinned downstream git deps and update-qpk-pin workflow.
45

56
[compat]
6-
bundle = "2026.07.0"
7+
bundle = "2026.07.1"
78
requires = [
89
]

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)