Skip to content
Merged
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 @@ -19,8 +19,8 @@ dependencies = [
"google-cloud-storage",
"google-auth",
"numpy",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0063af3b4a974650ea58a7d3f26dd1b94f65d3e8",
"us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@46887bc3f5454d5b59623b1f5efb7c65912c6b8b",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@37c81901160c5b31127a27dba1c63944933fb6bf",

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 Keep the QPK dependency on the canonical pin

Fresh evidence: the updated dependency now pins 37c8190..., while the current QuantPlatformKit/main/QPK_PIN still contains 0063af3...; the CI workflow's Check QPK pin consistency step runs scripts/check_qpk_pin_consistency.py, which fetches that canonical pin and exits non-zero for any QuantPlatformKit.git@... ref that differs. In CI environments with GitHub access, this changed line therefore blocks the required check before the PR can pass.

Useful? React with 👍 / 👎.

"us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@17ddb86c72d44b2c7b78ba7a10d8f71b21180166",
]

[project.optional-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions qsl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ring = 3
allow_legacy = false

[qsl.requires]
quant_platform_kit = "7032cde4547e7ec59af15df8935d142461a77051"
us_equity_strategies = "9f0e5e2deca8a9c16d711eb4772f08a7901da101"
quant_platform_kit = "37c81901160c5b31127a27dba1c63944933fb6bf"
us_equity_strategies = "17ddb86c72d44b2c7b78ba7a10d8f71b21180166"

[qsl.compat]
bundle = "2026.07.1"
bundle = "2026.07.2"

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 QSL metadata test with the bundle bump

When this bundle value is changed to 2026.07.2, python -m pytest tests/test_qsl_metadata.py -q now fails because tests/test_qsl_metadata.py::test_qsl_metadata_has_runtime_platform_fields still asserts qsl["compat"]["bundle"] == "2026.07.0". Any developer or CI path that runs the test suite will see this regression until the test is updated alongside the metadata bump.

Useful? React with 👍 / 👎.

8 changes: 4 additions & 4 deletions uv.lock

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

Loading