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 = "Live-pool rotation pipelines for crypto strategy runtime compatib
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0063af3b4a974650ea58a7d3f26dd1b94f65d3e8",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7032cde4547e7ec59af15df8935d142461a77051",
"pandas==3.0.3",
"numpy==2.4.6",
"requests==2.34.2",
Expand Down
2 changes: 1 addition & 1 deletion qsl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ snapshot_contract = "docs/integration_contract.md"


[qsl.compat]
bundle = "2026.07.0"
bundle = "2026.07.1"
2 changes: 1 addition & 1 deletion requirements-lock.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0063af3b4a974650ea58a7d3f26dd1b94f65d3e8
quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7032cde4547e7ec59af15df8935d142461a77051
pandas==3.0.3
numpy==2.4.6
requests==2.34.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0063af3b4a974650ea58a7d3f26dd1b94f65d3e8
quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7032cde4547e7ec59af15df8935d142461a77051

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 lock-file test for the new QPK revision

With this new revision, tests/test_monthly_publish_workflow_config.py still defines QPK_DEPENDENCY with the old 0063af... hash and test_real_publish_dependency_is_locked asserts that value is present in both requirements files; CI runs python -m unittest discover -s tests -v in .github/workflows/ci.yml, so this commit makes the unit test fail (confirmed with python -m unittest tests.test_monthly_publish_workflow_config -v). Please update the test fixture alongside this dependency bump.

Useful? React with 👍 / 👎.

pandas>=3.0.3
numpy>=2.4.6,<2.5
requests>=2.34.2
Expand Down
2 changes: 1 addition & 1 deletion tests/test_monthly_publish_workflow_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
README_ZH_PATH = PROJECT_ROOT / "README.zh-CN.md"
QPK_DEPENDENCY = (
"quant-platform-kit @ "
"git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0063af3b4a974650ea58a7d3f26dd1b94f65d3e8"
"git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7032cde4547e7ec59af15df8935d142461a77051"
)


Expand Down
2 changes: 1 addition & 1 deletion tests/test_qsl_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_qsl_metadata_has_compat_bundle() -> None:
assert qsl["ring"] == 2
assert qsl.get("repo") == "CryptoLivePoolPipelines"
compat = qsl["compat"]
assert compat["bundle"] == "2026.07.0"
assert compat["bundle"] == "2026.07.1"

assert qsl.get("artifact_contract") == "docs/integration_contract.md"
assert qsl.get("snapshot_contract") == "docs/integration_contract.md"
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