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 @@ -9,7 +9,7 @@ description = "Shared crypto strategy catalog and implementations"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7032cde4547e7ec59af15df8935d142461a77051",
"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.

P2 Badge Update the governance QPK pin with this dependency

When the contract governance suite runs with dependencies installed, tests/test_contract_governance.py::ContractGovernanceTests::test_qpk_dependency_includes_shared_health_module_release reads this exact pyproject.toml entry and compares it to QPK_HEALTH_COMMIT, which remains 7032cde4547e7ec59af15df8935d142461a77051. Because this line is now pinned to 37c81901160c5b31127a27dba1c63944933fb6bf, the assertion on qpk_dependencies will fail, so the full test suite rejects the bundle bump unless the governance constant/test expectation is updated in the same change.

Useful? React with 👍 / 👎.

]

[tool.setuptools]
Expand Down
4 changes: 2 additions & 2 deletions qsl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ tier = "strategy-library"
ring = 1

[compat]
bundle = "2026.07.1"
bundle = "2026.07.2"
requires = [
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7032cde4547e7ec59af15df8935d142461a77051",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@37c81901160c5b31127a27dba1c63944933fb6bf",
]
2 changes: 1 addition & 1 deletion tests/test_contract_governance.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"binance",
"BINANCE_",
)
QPK_HEALTH_COMMIT = "7032cde4547e7ec59af15df8935d142461a77051"
QPK_HEALTH_COMMIT = "37c81901160c5b31127a27dba1c63944933fb6bf"
QPK_OLD_HEALTHLESS_COMMIT = "86f03fb8e83c0d372f4e1c64cccf3e6da50b8dd4"


Expand Down
2 changes: 1 addition & 1 deletion tests/test_qsl_compat_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ def test_qsl_compat_metadata_exists_and_bundle() -> None:
with qsl_path.open("rb") as f:
data = tomllib.load(f)

assert data.get("compat", {}).get("bundle") == "2026.07.1", "compat.bundle mismatch"
assert data.get("compat", {}).get("bundle") == "2026.07.2", "compat.bundle mismatch"
4 changes: 2 additions & 2 deletions uv.lock

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

Loading