From 42957d2ccfb0e9af04774406d55e53ed12048133 Mon Sep 17 00:00:00 2001 From: QuantStrategyLab QPK Sync Date: Thu, 27 Aug 2026 04:12:15 +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 60ded33..4191cea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Shared crypto strategy catalog and implementations" readme = "README.md" requires-python = ">=3.11" dependencies = [ - "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 3886a8c..6aeaf43 100644 --- a/qsl.toml +++ b/qsl.toml @@ -4,5 +4,5 @@ upgrade_ring = "ring_b" [compat] bundle = "2026.08.0" requires = [ - "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 7cd818a..f6bd397 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 bf08251..4c36e43 100644 --- a/uv.lock +++ b/uv.lock @@ -11,9 +11,9 @@ dependencies = [ ] [package.metadata] -requires-dist = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=0f1b5d9e806b1143b459976b8a6a98eee7a9bc37" }] +requires-dist = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=8ca0c533cdafba2a931e4b6b1e519a73c94f9e35" }] [[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" }