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
8 changes: 4 additions & 4 deletions qsl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ ring = 3
allow_legacy = false

[qsl.requires]
quant_platform_kit = "0063af3b4a974650ea58a7d3f26dd1b94f65d3e8"
us_equity_strategies = "46887bc3f5454d5b59623b1f5efb7c65912c6b8b"
hk_equity_strategies = "61993bf261aeccf64b5a75428b9405f4e1d1d682"
quant_platform_kit = "7032cde4547e7ec59af15df8935d142461a77051"
us_equity_strategies = "9f0e5e2deca8a9c16d711eb4772f08a7901da101"
hk_equity_strategies = "00dd0e5b62a6fa65bd9262e15c083468e8b8c191"
Comment on lines +8 to +10

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 requires aligned with installed pins

The runtime install path still uses pyproject.toml/uv.lock, and those files continue to pin QPK/US/HK to the previous SHAs (pyproject.toml:24-26, plus the corresponding lock entries), so deployments and CI will execute the old dependency commits while this metadata advertises the new 2026.07.1 bundle requirements. Please update the actual dependency pins and lockfile with these refs, or leave qsl.requires on the versions that are really installed.

Useful? React with 👍 / 👎.


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

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

With this value changed to 2026.07.1, the existing tests/test_qsl_metadata.py::test_qsl_metadata_has_runtime_platform_fields still asserts that qsl["compat"]["bundle"] == "2026.07.0", so the repository's targeted metadata test now fails on every run (python -m pytest tests/test_qsl_metadata.py -q). Please update the test fixture/expectation together with the QSL bump so CI is not left red.

Useful? React with 👍 / 👎.

Loading