Skip to content

Commit 9647f88

Browse files
QuantStrategyLab QPK Syncclaude
andcommitted
chore(deps): align QPK pin to e77177de1248
Automated downstream QPK pin update after QPK_PIN landed on main. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 148dfd7 commit 9647f88

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Shared crypto strategy catalog and implementations"
99
readme = "README.md"
1010
requires-python = ">=3.11"
1111
dependencies = [
12-
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@3fa3b7588eb220e77b3d3851ce9f192046d47afd",
12+
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@e77177de1248379aa259d2f331a4a1e22f63fa9a",
1313
]
1414

1515
[tool.setuptools]

qsl.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ upgrade_ring = "ring_b"
44
[compat]
55
bundle = "2026.08.0"
66
requires = [
7-
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@3fa3b7588eb220e77b3d3851ce9f192046d47afd",
7+
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@e77177de1248379aa259d2f331a4a1e22f63fa9a",
88
]

tests/test_qsl_compat_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
ROOT = Path(__file__).resolve().parents[1]
6-
QPK_REVISION = "3fa3b7588eb220e77b3d3851ce9f192046d47afd"
6+
QPK_REVISION = "e77177de1248379aa259d2f331a4a1e22f63fa9a"
77
QPK_URL = (
88
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/"
99
f"QuantPlatformKit.git@{QPK_REVISION}"

uv.lock

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

0 commit comments

Comments
 (0)