fix: align cn strategy ref with merged phase2 main#12
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: 5cba65a837
ℹ️ 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@c6d680d6d2690fe6ff77872355719751c021f9a0", | ||
| "cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@357dba7e8896a7f488a484d4a3eea33894708ab9", |
There was a problem hiding this comment.
Pin to a bundle-compatible strategy ref
The new 357dba7 strategy ref predates the CnEquityStrategies qsl.toml compatibility metadata, while this repo declares enforce_bundle = true and bundle 2026.07.1 in its own qsl.toml. In environments that run QSL bundle enforcement across pinned QSL repos, installing this revision no longer provides the strategy-library compatibility evidence that the previous c6d680d pin had, so the pipeline can be rejected or released without the intended bundle guardrail.
Useful? React with 👍 / 👎.
Summary\n- update cn-equity-strategies pin to the merged phase-2 main commit\n- refresh uv.lock\n\n## Validation\n- uv lock\n- uv lock --check\n- uv run pytest tests/test_qsl_metadata.py -q\n- git diff --check