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
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ dependencies = [
"google-cloud-storage",
"google-auth",
"longport==3.0.23",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0063af3b4a974650ea58a7d3f26dd1b94f65d3e8",
"us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@46887bc3f5454d5b59623b1f5efb7c65912c6b8b",
"hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@61993bf261aeccf64b5a75428b9405f4e1d1d682",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@37c81901160c5b31127a27dba1c63944933fb6bf",
"us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@17ddb86c72d44b2c7b78ba7a10d8f71b21180166",
"hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@b6a8ac2ad3c8110b5ea74fb059c8206388d63bcd",
]

[project.optional-dependencies]
Expand Down
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 = "7032cde4547e7ec59af15df8935d142461a77051"
us_equity_strategies = "9f0e5e2deca8a9c16d711eb4772f08a7901da101"
hk_equity_strategies = "00dd0e5b62a6fa65bd9262e15c083468e8b8c191"
quant_platform_kit = "37c81901160c5b31127a27dba1c63944933fb6bf"
us_equity_strategies = "17ddb86c72d44b2c7b78ba7a10d8f71b21180166"
hk_equity_strategies = "b6a8ac2ad3c8110b5ea74fb059c8206388d63bcd"

[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 new bundle

When this bundle is bumped to 2026.07.2, the repository's metadata test still asserts qsl["compat"]["bundle"] == "2026.07.0" in tests/test_qsl_metadata.py, so python -m pytest tests/test_qsl_metadata.py -q now fails before any deployment validation can pass. Update the test expectation or make it derive from the changed metadata when intentionally moving bundles.

Useful? React with 👍 / 👎.

12 changes: 6 additions & 6 deletions uv.lock

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

Loading