chore: align strategy QSL bundle to 2026.07.2#204
Conversation
Co-Authored-By: Codex <noreply@openai.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 17ddb86c72
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| [compat] | ||
| bundle = "2026.07.1" | ||
| bundle = "2026.07.2" |
There was a problem hiding this comment.
Update the QSL metadata test with the bundle bump
Bumping compat.bundle to 2026.07.2 makes the existing compatibility metadata test fail, because tests/test_qsl_compat_metadata.py:11 still asserts the bundle is 2026.07.1. I ran python -m pytest tests/test_qsl_compat_metadata.py -q and it fails with AssertionError: compat.bundle mismatch, so this commit will break CI until the test expectation is updated alongside the bundle.
Useful? React with 👍 / 👎.
Co-Authored-By: Codex <noreply@openai.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
Aligns the strategy repo with the next QSL bundle and current QuantPlatformKit QPK_PIN.\n\nValidation:\n- git diff --check\n\nNote: QSL compat gate requires the central 2026.07.2 bundle to be merged first.