-
Notifications
You must be signed in to change notification settings - Fork 1
chore: bump qsl compat bundle to 2026.07.1 (phase-2 runtime) #199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,8 +5,8 @@ ring = 3 | |
| allow_legacy = false | ||
|
|
||
| [qsl.requires] | ||
| quant_platform_kit = "0063af3b4a974650ea58a7d3f26dd1b94f65d3e8" | ||
| us_equity_strategies = "46887bc3f5454d5b59623b1f5efb7c65912c6b8b" | ||
| quant_platform_kit = "7032cde4547e7ec59af15df8935d142461a77051" | ||
| us_equity_strategies = "9f0e5e2deca8a9c16d711eb4772f08a7901da101" | ||
|
|
||
| [qsl.compat] | ||
| bundle = "2026.07.0" | ||
| bundle = "2026.07.1" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
With this value changed to Useful? React with 👍 / 👎. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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-22anduv.lock, and the Docker image runsuv sync --frozen --no-dev. In deployed/runtime builds this means the service still installs0063af3.../46887bc...whileqsl.tomldeclares7032cde.../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 👍 / 👎.