From 43009d99d98b4173ba13bfad3d796424aee9ee33 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Tue, 8 Sep 2026 19:56:38 +0800 Subject: [PATCH] chore(deps): adopt UES pin with combo income merge fix Point the locked UsEquityStrategies dependency at c31f284 so overlapping core/income targets add instead of overwrite, and combo proxy accounting matches the merged research fix. Co-authored-by: Cursor --- pyproject.toml | 2 +- qsl.toml | 2 +- uv.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5745fea..c033ca0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "pytz", "requests", "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7f140f07ac89f0b4b88347a903906825dde11c39", - "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@59a6e4341bf12cf1e27953b9c2d3705bc0335d96", + "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@c31f28484b8489a1ecda8e595a6d2afd3bce8185", ] license = "MIT" authors = [ diff --git a/qsl.toml b/qsl.toml index 48e5e05..6687998 100644 --- a/qsl.toml +++ b/qsl.toml @@ -6,7 +6,7 @@ allow_legacy = false [qsl.requires] quant_platform_kit = "7f140f07ac89f0b4b88347a903906825dde11c39" -us_equity_strategies = "59a6e4341bf12cf1e27953b9c2d3705bc0335d96" +us_equity_strategies = "c31f28484b8489a1ecda8e595a6d2afd3bce8185" [qsl.compat] bundle = "2026.09.1" diff --git a/uv.lock b/uv.lock index 36ea9e4..89485a0 100644 --- a/uv.lock +++ b/uv.lock @@ -449,7 +449,7 @@ requires-dist = [ { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=7f140f07ac89f0b4b88347a903906825dde11c39" }, { name = "requests" }, { name = "ruff", marker = "extra == 'test'" }, - { name = "us-equity-strategies", git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=59a6e4341bf12cf1e27953b9c2d3705bc0335d96" }, + { name = "us-equity-strategies", git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=c31f28484b8489a1ecda8e595a6d2afd3bce8185" }, ] provides-extras = ["test"] @@ -1237,7 +1237,7 @@ wheels = [ [[package]] name = "us-equity-strategies" version = "0.7.60" -source = { git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=59a6e4341bf12cf1e27953b9c2d3705bc0335d96#59a6e4341bf12cf1e27953b9c2d3705bc0335d96" } +source = { git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=c31f28484b8489a1ecda8e595a6d2afd3bce8185#c31f28484b8489a1ecda8e595a6d2afd3bce8185" } dependencies = [ { name = "pandas" }, { name = "pytz" },