Skip to content

Commit 1f937f8

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

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
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.11"
1111
dependencies = [
1212
"pandas>=2.0",
13-
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@3fa3b7588eb220e77b3d3851ce9f192046d47afd",
13+
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@f30e7b1910df8da22fdcedc347ab847df5adcd76",
1414
]
1515

1616
[project.optional-dependencies]

qsl.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ upgrade_ring = "ring_b"
55
bundle = "2026.08.0"
66
requires = [
77
"pandas>=2.0",
8-
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@3fa3b7588eb220e77b3d3851ce9f192046d47afd",
8+
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@f30e7b1910df8da22fdcedc347ab847df5adcd76",
99
]

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 = "f30e7b1910df8da22fdcedc347ab847df5adcd76"
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)