chore: add qsl compatibility metadata and pin alignment#37
Conversation
Co-Authored-By: Codex <noreply@openai.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1dd93c4d59
ℹ️ 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".
| data = tomllib.load(f) | ||
|
|
||
| assert data.get("compat", {}).get("bundle") == "2026.07.0", "compat.bundle mismatch" | ||
|
|
There was a problem hiding this comment.
Remove EOF whitespace that breaks CI
This final blank line makes the CI whitespace gate fail: .github/workflows/ci.yml runs git diff --check "origin/${{ github.base_ref }}...HEAD" for pull requests and git diff-tree --check for pushes, and git show --check reports tests/test_qsl_compat_metadata.py:12: new blank line at EOF. Remove the extra empty line so the workflow can pass.
Useful? React with 👍 / 👎.
Co-Authored-By: Codex <noreply@openai.com>
This PR adds qsl.toml, aligns visible QuantPlatformKit pins to target hash, and adds minimal qsl metadata tests for compatibility tracking.