From a21fc709e6a8b0a36cd84626c48dd55855c0e579 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Tue, 8 Sep 2026 19:56:30 +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 777f0f4..f5eb269 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "google-auth", "longport==3.0.23", "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@d51bb79dea8dc5773384d21b06e726620276558c", - "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@59a6e4341bf12cf1e27953b9c2d3705bc0335d96", + "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@c31f28484b8489a1ecda8e595a6d2afd3bce8185", "hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@709e5e1cde7841aed538d94eb26b552b46cb7806", ] diff --git a/qsl.toml b/qsl.toml index eba48e5..763e32e 100644 --- a/qsl.toml +++ b/qsl.toml @@ -6,7 +6,7 @@ allow_legacy = false [qsl.requires] quant_platform_kit = "d51bb79dea8dc5773384d21b06e726620276558c" -us_equity_strategies = "59a6e4341bf12cf1e27953b9c2d3705bc0335d96" +us_equity_strategies = "c31f28484b8489a1ecda8e595a6d2afd3bce8185" hk_equity_strategies = "709e5e1cde7841aed538d94eb26b552b46cb7806" [qsl.compat] diff --git a/uv.lock b/uv.lock index 9017430..bdd95dd 100644 --- a/uv.lock +++ b/uv.lock @@ -730,7 +730,7 @@ requires-dist = [ { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=d51bb79dea8dc5773384d21b06e726620276558c" }, { 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"] @@ -1354,7 +1354,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" },