chore: bump qsl compat bundle to 2026.07.1 (phase-2 runtime)#199
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: ab7a8cb47c
ℹ️ 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".
|
|
||
| [qsl.compat] | ||
| bundle = "2026.07.0" | ||
| bundle = "2026.07.1" |
There was a problem hiding this comment.
Update the QSL metadata test with the bundle bump
With this value changed to 2026.07.1, python -m pytest tests/test_qsl_metadata.py -q now fails because tests/test_qsl_metadata.py:15 still asserts the old 2026.07.0 bundle. Please update the test expectation in the same change so the compatibility bump does not leave CI red.
Useful? React with 👍 / 👎.
| quant_platform_kit = "7032cde4547e7ec59af15df8935d142461a77051" | ||
| us_equity_strategies = "9f0e5e2deca8a9c16d711eb4772f08a7901da101" |
There was a problem hiding this comment.
Keep runtime dependency pins aligned with QSL refs
These QSL refs now point at newer QuantPlatformKit and UsEquityStrategies commits, but the actual install inputs still pin the old SHAs in pyproject.toml:21-22 and uv.lock, and the Docker image runs uv sync --frozen --no-dev. In deployed/runtime builds this means the service still installs 0063af3... / 46887bc... while qsl.toml declares 7032cde... / 9f0e5e..., so the compatibility bundle metadata can no longer describe the code that is actually running. Please update the package pins and lockfile together with these refs, or leave the QSL refs unchanged.
Useful? React with 👍 / 👎.
Co-Authored-By: Codex <noreply@openai.com>
Summary
qsl.compat.bundleto2026.07.1.Validation
Notes