chore: update qpk dependency pin#191
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: 530b96afdf
ℹ️ 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".
| pytz | ||
| requests | ||
| 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.
Keep the constraints pin in sync
This updates requirements.txt to require QPK 0063af3..., but constraints.txt:6 still constrains quant-platform-kit to b9a7df.... In any environment that installs with pip install -r requirements.txt -c constraints.txt (pip help: -c “Constrain versions using the given constraints file”), the requirement and constraint now disagree for the same package, so dependency resolution can fail or keep tooling pointed at the old QPK commit; the existing consistency check also only scans requirements*.txt and pyproject.toml, so it will not catch this stale constraints entry.
Useful? React with 👍 / 👎.
Co-Authored-By: Codex <noreply@openai.com>
Summary\n- update quant-platform-kit dependency to QPK_PIN 0063af3, which includes the plugin Telegram manual-review fix\n\n## Tests\n- python3.11 scripts/check_qpk_pin_consistency.py