chore(deps): align QPK pin to 8ba8276948ff - #107
Conversation
Automated downstream QPK pin update after QPK_PIN landed on main. Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7f4097cc74
ℹ️ 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".
| dependencies = [ | ||
| "pandas>=2.0", | ||
| "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@92458590a463e7219f0369a3505031ee74414135", | ||
| "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@8ba8276948ff71a8cc0a810f98b7437a1311c671", |
There was a problem hiding this comment.
Align the drift workflow with the new QPK revision
When the scheduled drift check runs, .github/workflows/drift-check.yml still checks out, installs, invokes, and passes 92458590a463... at lines 29, 97, and 106, while this dependency now declares 8ba8276948ff.... Consequently, lifecycle preflight and drift results are produced against a different QPK implementation than normal installations, potentially hiding regressions or reporting false drift; update the workflow pins and its hard-coded test constant with this dependency pin.
Useful? React with 👍 / 👎.
Summary
8ba8276948ffuv.lock,同步刷新 lockfileTest plan
🤖 Generated with Claude Code