Skip to content

Commit 8eaeeba

Browse files
QuantStrategyLab QPK Syncclaude
andcommitted
chore(deps): align QPK pin to 1e5ecacd3843
Automated downstream QPK pin update after QPK_PIN landed on main. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 059cb39 commit 8eaeeba

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ readme = "README.md"
1010
requires-python = ">=3.11"
1111
dependencies = [
1212
"pandas>=2.0",
13-
"cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@9cb62eb34e16bb6dde300595b74f38a3b6a2d4c1",
14-
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@b13e28759a880dcb446dbfbc580dc032333b065e",
13+
"cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@e3245b06e205897b793074e59ae771ce538e20f4",
14+
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@1e5ecacd3843691fe1a82e620ab00e72794c0407",
1515
]
1616

1717
[project.optional-dependencies]

tests/test_research_input_publish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ def test_producer_identity_is_derived_from_clean_trusted_checkout_and_dirty_fail
594594

595595
def test_pyproject_lock_resolve_one_canonical_qpk_pin() -> None:
596596
root = Path(__file__).resolve().parents[1]
597-
expected = "b13e28759a880dcb446dbfbc580dc032333b065e"
597+
expected = "1e5ecacd3843691fe1a82e620ab00e72794c0407"
598598
pyproject = (root / "pyproject.toml").read_text(encoding="utf-8")
599599
lock = (root / "uv.lock").read_text(encoding="utf-8")
600600
assert f"QuantPlatformKit.git@{expected}" in pyproject

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)