Skip to content

Commit 299503f

Browse files
QuantStrategyLab QPK Syncclaude
andcommitted
chore(deps): align QPK pin to 3fa3b7588eb2
Automated downstream QPK pin update after QPK_PIN landed on main. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5ccf065 commit 299503f

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ authors = [{ name = "QuantStrategyLab" }]
1313
dependencies = [
1414
"flask>=3.0",
1515
"pandas>=2.0",
16-
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@54d4ba901ae4e72e09c143c051747b900de55022",
17-
"cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@3ee004e7e8c3f528c04ffb500d65fc401ce8e4ec",
16+
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@3fa3b7588eb220e77b3d3851ce9f192046d47afd",
17+
"cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@8064ed0d807690bb43bdc7cbd574e5a962e0d87e",
1818
]
1919

2020
[project.optional-dependencies]

qsl.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ allow_legacy = false
66
enforce_bundle = true
77

88
[qsl.requires]
9-
quant_platform_kit = "54d4ba901ae4e72e09c143c051747b900de55022"
10-
cn_equity_strategies = "3ee004e7e8c3f528c04ffb500d65fc401ce8e4ec"
9+
quant_platform_kit = "3fa3b7588eb220e77b3d3851ce9f192046d47afd"
10+
cn_equity_strategies = "8064ed0d807690bb43bdc7cbd574e5a962e0d87e"
1111

1212
[qsl.compat]
1313
bundle = "2026.07.3"

tests/test_qsl_metadata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ def test_qsl_metadata_has_runtime_platform_fields() -> None:
1515
assert qsl["enforce_bundle"] is True
1616
assert qsl["compat"]["bundle"] == "2026.07.3"
1717
requires = qsl["requires"]
18-
assert requires["quant_platform_kit"] == "54d4ba901ae4e72e09c143c051747b900de55022"
19-
assert requires["cn_equity_strategies"] == "3ee004e7e8c3f528c04ffb500d65fc401ce8e4ec"
18+
assert requires["quant_platform_kit"] == "3fa3b7588eb220e77b3d3851ce9f192046d47afd"
19+
assert requires["cn_equity_strategies"] == "8064ed0d807690bb43bdc7cbd574e5a962e0d87e"

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)