-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): align QPK pin to 31892425a022 #124
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 |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ expires_at = "2026-09-30" | |
| next_action = "keep uv.lock current and maintain QPK/CryptoStrategies pin consistency" | ||
|
|
||
| [qsl.requires] | ||
| quant_platform_kit = "56a03364d517fd0e2efb2c4d4add8a785fc5e857" | ||
| quant_platform_kit = "31892425a02242126265ac07a626d98796daa459" | ||
|
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 Useful? React with 👍 / 👎. |
||
| crypto_strategies = "ef78312d7653095f585c4f75d45bf765bedc2751" | ||
|
|
||
| [qsl.compat] | ||
|
|
||
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.
In the checked
.github/workflows/ci.ymlstep at lines 92-102, CI downloadsQuantPlatformKit/main/QPK_PINand passes it tocheck_qpk_pin_consistency.py; as of July 10, 2026 that upstream pin is still56a03364d517fd0e2efb2c4d4add8a785fc5e857, so changing this repo to31892425a022...makes every CI run report pyproject/uv.lock QPK mismatches. Unless the upstreamQPK_PINon main is updated first, or this workflow is changed to read the same QPK ref being reviewed, this pin bump cannot pass the required guard.Useful? React with 👍 / 👎.