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@2381aa4577e9fd6329053a73a1c888929170eaf3",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@f07f0bdeb6580e1f28109830ccde85cb8ace092a",

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 Use the current QPK_PIN ref

As of 2026-07-10, QuantPlatformKit main publishes QPK_PIN as de18c2e9d93bcfc2220148a99749447059a6f4c6, but this change pins f07f0bdeb6580e1f28109830ccde85cb8ace092a. The CI workflow checks out QuantPlatformKit main when no matching branch exists and then runs the QPK pin-consistency step with external/QuantPlatformKit/QPK_PIN, so this stale pin will fail that guard before tests run; update the pyproject and lockfile to the current pin.

Useful? React with 👍 / 👎.

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 Keep qsl.toml in sync with the bumped kit

This bump updates the installable quant-platform-kit ref, but qsl.toml still declares [qsl.requires].quant_platform_kit = "2381aa4577e9fd6329053a73a1c888929170eaf3". That leaves the repository metadata describing a different required kit than the dependency resolver installs, so QSL bundle/upgrade tooling reading qsl.toml will plan against the old kit while runtime dependencies use this new one; update the metadata in the same pin bump.

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@2381aa4577e9fd6329053a73a1c888929170eaf3",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@f07f0bdeb6580e1f28109830ccde85cb8ace092a",
]
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