From 8f5d629cf531ff90665fb7bb3a6ff880f9731e29 Mon Sep 17 00:00:00 2001 From: QuantStrategyLab QPK Sync Date: Thu, 27 Aug 2026 04:12:11 +0000 Subject: [PATCH] chore(deps): align QPK pin to 8ca0c533cdaf Automated downstream QPK pin update after QPK_PIN landed on main. Co-Authored-By: Claude --- pyproject.toml | 2 +- qsl.toml | 2 +- tests/test_qsl_compat_metadata.py | 2 +- uv.lock | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7f69cbc..f3a4fc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.11" dependencies = [ "pandas>=2.0", "pytz>=2024.1", - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0f1b5d9e806b1143b459976b8a6a98eee7a9bc37", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@8ca0c533cdafba2a931e4b6b1e519a73c94f9e35", ] [tool.setuptools] diff --git a/qsl.toml b/qsl.toml index 3fc261a..9c9a893 100644 --- a/qsl.toml +++ b/qsl.toml @@ -6,5 +6,5 @@ bundle = "2026.08.0" requires = [ "pandas>=2.0", "pytz>=2024.1", - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0f1b5d9e806b1143b459976b8a6a98eee7a9bc37", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@8ca0c533cdafba2a931e4b6b1e519a73c94f9e35", ] diff --git a/tests/test_qsl_compat_metadata.py b/tests/test_qsl_compat_metadata.py index 1b1a1ec..2a89ef4 100644 --- a/tests/test_qsl_compat_metadata.py +++ b/tests/test_qsl_compat_metadata.py @@ -3,7 +3,7 @@ ROOT = Path(__file__).resolve().parents[1] -QPK_REVISION = "0f1b5d9e806b1143b459976b8a6a98eee7a9bc37" +QPK_REVISION = "8ca0c533cdafba2a931e4b6b1e519a73c94f9e35" QPK_URL = ( "quant-platform-kit @ git+https://github.com/QuantStrategyLab/" f"QuantPlatformKit.git@{QPK_REVISION}" diff --git a/uv.lock b/uv.lock index bbca0ad..62d8324 100644 --- a/uv.lock +++ b/uv.lock @@ -241,7 +241,7 @@ wheels = [ [[package]] name = "quant-platform-kit" version = "0.10.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=0f1b5d9e806b1143b459976b8a6a98eee7a9bc37#0f1b5d9e806b1143b459976b8a6a98eee7a9bc37" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=8ca0c533cdafba2a931e4b6b1e519a73c94f9e35#8ca0c533cdafba2a931e4b6b1e519a73c94f9e35" } [[package]] name = "six" @@ -275,5 +275,5 @@ dependencies = [ requires-dist = [ { name = "pandas", specifier = ">=2.0" }, { name = "pytz", specifier = ">=2024.1" }, - { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=0f1b5d9e806b1143b459976b8a6a98eee7a9bc37" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=8ca0c533cdafba2a931e4b6b1e519a73c94f9e35" }, ]