From 519d1143e0a832d49ecbfb138e103dbc967a0e79 Mon Sep 17 00:00:00 2001 From: QuantStrategyLab QPK Sync Date: Tue, 25 Aug 2026 06:54:21 +0000 Subject: [PATCH] chore(deps): align QPK pin to 54d4ba901ae4 Automated downstream QPK pin update after QPK_PIN landed on main. Co-Authored-By: Claude --- pyproject.toml | 6 +++--- qsl.toml | 4 ++-- uv.lock | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e250d69..ae88c44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,8 +18,8 @@ dependencies = [ "pytest", "pytz", "requests", - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@68276cb9507773e2a29ac9579bed3adb7e077daf", - "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@4c174934d8a3eaeb3152ea6b11559e015f78ee9a", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@54d4ba901ae4e72e09c143c051747b900de55022", + "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@cec2a6a7aac02bd06ff9c83703b14c61166b245a", ] license = "MIT" authors = [ @@ -82,5 +82,5 @@ show_missing = true [tool.uv] override-dependencies = [ - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@68276cb9507773e2a29ac9579bed3adb7e077daf", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@54d4ba901ae4e72e09c143c051747b900de55022", ] diff --git a/qsl.toml b/qsl.toml index bb93f5a..9a56674 100644 --- a/qsl.toml +++ b/qsl.toml @@ -5,8 +5,8 @@ upgrade_ring = "ring_d" allow_legacy = false [qsl.requires] -quant_platform_kit = "68276cb9507773e2a29ac9579bed3adb7e077daf" -us_equity_strategies = "4c174934d8a3eaeb3152ea6b11559e015f78ee9a" +quant_platform_kit = "54d4ba901ae4e72e09c143c051747b900de55022" +us_equity_strategies = "cec2a6a7aac02bd06ff9c83703b14c61166b245a" [qsl.compat] bundle = "2026.08.0" diff --git a/uv.lock b/uv.lock index 1fd4225..b6dfdb1 100644 --- a/uv.lock +++ b/uv.lock @@ -17,7 +17,7 @@ resolution-markers = [ ] [manifest] -overrides = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=68276cb9507773e2a29ac9579bed3adb7e077daf" }] +overrides = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=54d4ba901ae4e72e09c143c051747b900de55022" }] [[package]] name = "blinker" @@ -446,10 +446,10 @@ requires-dist = [ { name = "pytest", marker = "extra == 'test'" }, { name = "pytest-cov", marker = "extra == 'test'" }, { name = "pytz" }, - { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=68276cb9507773e2a29ac9579bed3adb7e077daf" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=54d4ba901ae4e72e09c143c051747b900de55022" }, { name = "requests" }, { name = "ruff", marker = "extra == 'test'" }, - { name = "us-equity-strategies", git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=4c174934d8a3eaeb3152ea6b11559e015f78ee9a" }, + { name = "us-equity-strategies", git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=cec2a6a7aac02bd06ff9c83703b14c61166b245a" }, ] provides-extras = ["test"] @@ -1102,7 +1102,7 @@ wheels = [ [[package]] name = "quant-platform-kit" version = "0.10.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=68276cb9507773e2a29ac9579bed3adb7e077daf#68276cb9507773e2a29ac9579bed3adb7e077daf" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=54d4ba901ae4e72e09c143c051747b900de55022#54d4ba901ae4e72e09c143c051747b900de55022" } [[package]] name = "requests" @@ -1237,7 +1237,7 @@ wheels = [ [[package]] name = "us-equity-strategies" version = "0.7.60" -source = { git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=4c174934d8a3eaeb3152ea6b11559e015f78ee9a#4c174934d8a3eaeb3152ea6b11559e015f78ee9a" } +source = { git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=cec2a6a7aac02bd06ff9c83703b14c61166b245a#cec2a6a7aac02bd06ff9c83703b14c61166b245a" } dependencies = [ { name = "pandas" }, { name = "pytz" },