chore: update strategy dependency pins - #192
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: b45db80232
ℹ️ 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".
| requests | ||
| quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0063af3b4a974650ea58a7d3f26dd1b94f65d3e8 | ||
| us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@64342a1e95a687c29a2be6f0b771e4a7be15b8b8 | ||
| us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@46887bc3f5454d5b59623b1f5efb7c65912c6b8b |
There was a problem hiding this comment.
Keep constraints in sync with strategy pin
This updates requirements.txt to UsEquityStrategies commit 46887bc..., but constraints.txt still constrains us-equity-strategies to 64342a... even though it is labeled the single source of truth for git-based SHAs and prior strategy-pin updates changed both files. Any install path that applies the repo constraints alongside these requirements via pip's -c/--constraint option now supplies two different direct refs for the same package, so the dependency pin can be rejected or installed inconsistently; update constraints.txt with the same strategy SHA.
Useful? React with 👍 / 👎.
Co-Authored-By: Codex <noreply@openai.com>
Summary\n- update strategy package pin to a version that depends on QPK 0063af3\n- fixes deploy pip conflict between platform QPK pin and strategy package QPK pin\n\n## Tests\n- python3.11 scripts/check_qpk_pin_consistency.py