chore(qsl): phase2 compat 2026.07.1 + legacy req refs#114
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: 35f22fdc57
ℹ️ 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".
| @@ -1,4 +1,4 @@ | |||
| quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0063af3b4a974650ea58a7d3f26dd1b94f65d3e8 | |||
| quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7032cde4547e7ec59af15df8935d142461a77051 | |||
There was a problem hiding this comment.
Update the lock-file test for the new QPK revision
With this new revision, tests/test_monthly_publish_workflow_config.py still defines QPK_DEPENDENCY with the old 0063af... hash and test_real_publish_dependency_is_locked asserts that value is present in both requirements files; CI runs python -m unittest discover -s tests -v in .github/workflows/ci.yml, so this commit makes the unit test fail (confirmed with python -m unittest tests.test_monthly_publish_workflow_config -v). Please update the test fixture alongside this dependency bump.
Useful? React with 👍 / 👎.
Co-Authored-By: Codex <noreply@openai.com>
Summary
Validation