-
Notifications
You must be signed in to change notification settings - Fork 0
chore: align QSL bundle pins #240
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 = "7032cde4547e7ec59af15df8935d142461a77051" | ||
| us_equity_strategies = "9f0e5e2deca8a9c16d711eb4772f08a7901da101" | ||
| quant_platform_kit = "37c81901160c5b31127a27dba1c63944933fb6bf" | ||
| us_equity_strategies = "17ddb86c72d44b2c7b78ba7a10d8f71b21180166" | ||
|
|
||
| [qsl.compat] | ||
| bundle = "2026.07.1" | ||
| bundle = "2026.07.2" | ||
|
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.
When this bundle value is changed to Useful? React with 👍 / 👎. |
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Fresh evidence: the updated dependency now pins
37c8190..., while the currentQuantPlatformKit/main/QPK_PINstill contains0063af3...; the CI workflow'sCheck QPK pin consistencystep runsscripts/check_qpk_pin_consistency.py, which fetches that canonical pin and exits non-zero for anyQuantPlatformKit.git@...ref that differs. In CI environments with GitHub access, this changed line therefore blocks the required check before the PR can pass.Useful? React with 👍 / 👎.