From d70034342c265614db32850a0b4dc88f4c8a3a05 Mon Sep 17 00:00:00 2001 From: QuantStrategyLab QPK Sync Date: Thu, 27 Aug 2026 07:42:25 +0000 Subject: [PATCH] chore(deps): align QPK pin to 68eb65865144 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 4191cea..0a0bc32 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@8ca0c533cdafba2a931e4b6b1e519a73c94f9e35", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@68eb65865144ae51aff510ef1f6d0bc255a102cf", ] [tool.setuptools] diff --git a/qsl.toml b/qsl.toml index 6aeaf43..ff006e8 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@8ca0c533cdafba2a931e4b6b1e519a73c94f9e35", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@68eb65865144ae51aff510ef1f6d0bc255a102cf", ] diff --git a/tests/test_qsl_compat_metadata.py b/tests/test_qsl_compat_metadata.py index f6bd397..5002639 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 = "8ca0c533cdafba2a931e4b6b1e519a73c94f9e35" +QPK_REVISION = "68eb65865144ae51aff510ef1f6d0bc255a102cf" QPK_URL = ( "quant-platform-kit @ git+https://github.com/QuantStrategyLab/" f"QuantPlatformKit.git@{QPK_REVISION}" diff --git a/uv.lock b/uv.lock index 4c36e43..d84a1ce 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=8ca0c533cdafba2a931e4b6b1e519a73c94f9e35" }] +requires-dist = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=68eb65865144ae51aff510ef1f6d0bc255a102cf" }] [[package]] name = "quant-platform-kit" version = "0.10.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=8ca0c533cdafba2a931e4b6b1e519a73c94f9e35#8ca0c533cdafba2a931e4b6b1e519a73c94f9e35" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=68eb65865144ae51aff510ef1f6d0bc255a102cf#68eb65865144ae51aff510ef1f6d0bc255a102cf" }