-
Notifications
You must be signed in to change notification settings - Fork 0
chore: auto-update QPK_PIN and constraints.txt #172
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 |
|---|---|---|
| @@ -1 +1 @@ | ||
| b9a7df85cfc848cebcc3aa6e1d77ec34ca7611ab | ||
| 0063af3b4a974650ea58a7d3f26dd1b94f65d3e8 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| # QSL Dependency Constraints — SINGLE SOURCE OF TRUTH | ||
| # Auto-updated by update-qpk-pin.yml on every push to QPK main. | ||
|
|
||
| quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@b9a7df85cfc848cebcc3aa6e1d77ec34ca7611ab | ||
| quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0063af3b4a974650ea58a7d3f26dd1b94f65d3e8 | ||
|
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.
This pin also imports Useful? React with 👍 / 👎. 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.
The pinned build also skips every automation-approved Useful? React with 👍 / 👎. |
||
| us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@64342a1e95a687c29a2be6f0b771e4a7be15b8b8 | ||
| hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@3746fa4b10806feb50a51d1aa449ccf8aee7b1ae | ||
| cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@ffbdf7303179ba6e7f9d3e28c21202f77e04762c | ||
|
|
||
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.
This pin brings in 0063af3, where the Telegram publisher pre-filters signals to only
notification_target,notify_manual_review, ornotification_only/shadow_onlycontrols. For strategy-mounted data-quality/freshness failures withcanonical_route="blocked"andsuggested_action="blocked",should_alert_strategy_plugin_signal()and the runtime contract still treat them as plugin-alert-stream events, butpublish_strategy_plugin_telegram_alerts()now drops them before building messages, so those blocked signals no longer reach Telegram after this dependency update.Useful? React with 👍 / 👎.