chore: update qpk dependency pin#194
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: 43669b54c7
ℹ️ 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".
| "pandas>=2.0", | ||
| "pytz>=2024.1", | ||
| "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.
Update the lockfile with the new QPK pin
This changes the dependency in pyproject.toml, but the committed uv.lock still resolves quant-platform-kit and the package metadata requirement to the old b9a7df85... revision at uv.lock:242-244 and uv.lock:274-278. I checked uv lock --help, where --check is documented as checking whether the lockfile is up to date, so anyone using the repository's lockfile/frozen uv workflow will still install the old QPK revision instead of the new 0063af3... pin. Please regenerate and commit uv.lock with this dependency update.
Useful? React with 👍 / 👎.
Summary\n- update quant-platform-kit dependency to QPK_PIN 0063af3\n\n## Tests\n- PYTHONPATH=src python3 -m pytest -q\n\nNote: plain python3 -m pytest picked up an older globally installed package on this workstation; PYTHONPATH=src matches local source checkout.