chore(qsl): phase2 compat 2026.07.1 + dependency refs#11
Conversation
Co-Authored-By: Codex <noreply@openai.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 52a75e1cdd
ℹ️ 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", | ||
| "cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@357dba7e8896a7f488a484d4a3eea33894708ab9", | ||
| "cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@c6d680d6d2690fe6ff77872355719751c021f9a0", |
There was a problem hiding this comment.
Refresh the transitive platform-kit pin
The newly pinned c6d680d CnEquityStrategies commit declares quant-platform-kit @ ...0063af3b4a974650ea58a7d3f26dd1b94f65d3e8 in its own pyproject.toml, but this repo's uv.lock still resolves quant-platform-kit to the old d18fe32... ref at uv.lock:792. For uv-based installs the lock is the source of truth, so this change installs the strategy library against a different platform-kit commit than the one its metadata now requires, making locked environments diverge from pip/CI installs and potentially fail pip check or runtime compatibility once dependencies are available. Please regenerate the lock so the transitive Git ref matches the new strategy commit.
Useful? React with 👍 / 👎.
Summary
Validation