Skip to content
Closed
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
"pytest",
"pytz",
"requests",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@56a03364d517fd0e2efb2c4d4add8a785fc5e857",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@2dee23c125c0b1b60946b3bf9e48ce75991bba36",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Pin QPK to the canonical QPK_PIN

When this branch is validated against QuantPlatformKit main (the CI resolver falls back to main when no matching QPK branch exists, and push-to-main runs also use main), the external check_qpk_pin_consistency.py --pin-file external/QuantPlatformKit/QPK_PIN step will reject this new SHA: the current QPK main QPK_PIN still contains 56a03364d517fd0e2efb2c4d4add8a785fc5e857, so the changed 2dee23c... dependency in pyproject/uv.lock/qsl will be reported as a mismatch and CI will stop before tests. Please either update only after QPK_PIN has advanced to this SHA or keep the repo pinned to the canonical value.

Useful? React with 👍 / 👎.

"us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@17ddb86c72d44b2c7b78ba7a10d8f71b21180166",
]
license = "MIT"
Expand Down Expand Up @@ -82,5 +82,5 @@ show_missing = true

[tool.uv]
override-dependencies = [
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@56a03364d517fd0e2efb2c4d4add8a785fc5e857",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@2dee23c125c0b1b60946b3bf9e48ce75991bba36",
]
2 changes: 1 addition & 1 deletion qsl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ upgrade_ring = "ring_d"
allow_legacy = false

[qsl.requires]
quant_platform_kit = "56a03364d517fd0e2efb2c4d4add8a785fc5e857"
quant_platform_kit = "2dee23c125c0b1b60946b3bf9e48ce75991bba36"
us_equity_strategies = "17ddb86c72d44b2c7b78ba7a10d8f71b21180166"

[qsl.compat]
Expand Down
6 changes: 3 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading