Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requires-python = ">=3.11"
dependencies = [
"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",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

]

[tool.setuptools]
Expand Down
Loading