chore: bump qsl compat bundle to 2026.07.1 (phase-2 runtime)#298
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: e26e955b41
ℹ️ 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".
| quant_platform_kit = "7032cde4547e7ec59af15df8935d142461a77051" | ||
| us_equity_strategies = "9f0e5e2deca8a9c16d711eb4772f08a7901da101" | ||
| hk_equity_strategies = "00dd0e5b62a6fa65bd9262e15c083468e8b8c191" |
There was a problem hiding this comment.
Keep qsl requires aligned with install pins
The refs declared here no longer match the package commits the runtime actually installs: pyproject.toml:21-23 and uv.lock still pin QuantPlatformKit/UsEquityStrategies/HkEquityStrategies to the old SHAs, while Dockerfile and env-sync install via uv sync --frozen --no-dev. Deployments will therefore keep importing the old dependency commits even though qsl.toml advertises the 2026.07.1 bundle, so update the install pins/lockfile alongside this metadata bump or leave these refs unchanged.
Useful? React with 👍 / 👎.
|
|
||
| [qsl.compat] | ||
| bundle = "2026.07.0" | ||
| bundle = "2026.07.1" |
There was a problem hiding this comment.
Update the qsl metadata test with the new bundle
With the bundle now set to 2026.07.1, python -m pytest tests/test_qsl_metadata.py -q fails because tests/test_qsl_metadata.py:15 still asserts 2026.07.0. Please update the test expectation or make it derive the accepted bundle from the same source as this metadata change.
Useful? React with 👍 / 👎.
Summary
qsl.compat.bundleto2026.07.1.Validation
Notes