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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"pandas>=2.0",
"hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@dbbefb688cd144837aa59581b1930a14c11411ad",
"hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@b6a8ac2ad3c8110b5ea74fb059c8206388d63bcd",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion qsl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ artifact_contract = "docs/artifact_contract.md"
snapshot_contract = "docs/artifact_contract.md"

[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.

P1 Badge Keep the QSL bundle test in sync

Changing this metadata to 2026.07.2 leaves the repository's smoke test out of sync: tests/test_qsl_metadata.py:19 still asserts the bundle is 2026.07.1, so python -m pytest tests/test_qsl_metadata.py -q fails immediately. Any CI path that runs the test suite will reject this pin-only update until the expected bundle value is updated alongside the metadata change.

Useful? React with 👍 / 👎.

2 changes: 1 addition & 1 deletion tests/test_qsl_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ def test_qsl_metadata_has_compat_bundle() -> None:
assert qsl["ring"] == 2
assert qsl.get("repo") == "HkEquitySnapshotPipelines"
compat = qsl["compat"]
assert compat["bundle"] == "2026.07.1"
assert compat["bundle"] == "2026.07.2"
assert qsl.get("artifact_contract") == "docs/artifact_contract.md"
assert qsl.get("snapshot_contract") == "docs/artifact_contract.md"
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