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",
"cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@357dba7e8896a7f488a484d4a3eea33894708ab9",
"cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@8dfadcf8a4dc6cc516f27a4013248474603d8ce2",
]

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

P2 Badge Update the bundle metadata test

With qsl.toml now advertising bundle 2026.07.2, tests/test_qsl_metadata.py:19 still asserts 2026.07.1; I ran python -m pytest tests/test_qsl_metadata.py -q and it fails with that assertion error. Any CI job that includes this metadata test will fail until the expected bundle or this config is updated consistently.

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") == "CnEquitySnapshotPipelines"
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