From 15a8bc9fed16a070616584950e4aa8ad92ff6a12 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Sun, 5 Jul 2026 06:14:36 +0800 Subject: [PATCH 1/2] chore: align QSL bundle pins Co-Authored-By: Codex --- pyproject.toml | 6 +++--- uv.lock | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0c39ca3..846a542 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,9 +18,9 @@ dependencies = [ "google-cloud-storage", "google-auth", "longport==3.0.23", - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0063af3b4a974650ea58a7d3f26dd1b94f65d3e8", - "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@46887bc3f5454d5b59623b1f5efb7c65912c6b8b", - "hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@61993bf261aeccf64b5a75428b9405f4e1d1d682", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7032cde4547e7ec59af15df8935d142461a77051", + "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@9f0e5e2deca8a9c16d711eb4772f08a7901da101", + "hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@dbbefb688cd144837aa59581b1930a14c11411ad", ] [project.optional-dependencies] diff --git a/uv.lock b/uv.lock index e1b7656..0222814 100644 --- a/uv.lock +++ b/uv.lock @@ -629,7 +629,7 @@ wheels = [ [[package]] name = "hk-equity-strategies" version = "0.4.7" -source = { git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=61993bf261aeccf64b5a75428b9405f4e1d1d682#61993bf261aeccf64b5a75428b9405f4e1d1d682" } +source = { git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=dbbefb688cd144837aa59581b1930a14c11411ad#dbbefb688cd144837aa59581b1930a14c11411ad" } dependencies = [ { name = "pandas" }, { name = "quant-platform-kit" }, @@ -717,17 +717,17 @@ requires-dist = [ { name = "google-cloud-secret-manager" }, { name = "google-cloud-storage" }, { name = "gunicorn" }, - { name = "hk-equity-strategies", git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=61993bf261aeccf64b5a75428b9405f4e1d1d682" }, + { name = "hk-equity-strategies", git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=dbbefb688cd144837aa59581b1930a14c11411ad" }, { name = "longport", specifier = "==3.0.23" }, { name = "pandas" }, { name = "pandas-market-calendars" }, { 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=0063af3b4a974650ea58a7d3f26dd1b94f65d3e8" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=7032cde4547e7ec59af15df8935d142461a77051" }, { name = "requests" }, { name = "ruff", marker = "extra == 'test'" }, - { name = "us-equity-strategies", git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=46887bc3f5454d5b59623b1f5efb7c65912c6b8b" }, + { name = "us-equity-strategies", git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=9f0e5e2deca8a9c16d711eb4772f08a7901da101" }, ] provides-extras = ["test"] @@ -1207,7 +1207,7 @@ wheels = [ [[package]] name = "quant-platform-kit" version = "0.10.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=0063af3b4a974650ea58a7d3f26dd1b94f65d3e8#0063af3b4a974650ea58a7d3f26dd1b94f65d3e8" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=7032cde4547e7ec59af15df8935d142461a77051#7032cde4547e7ec59af15df8935d142461a77051" } [[package]] name = "requests" @@ -1351,7 +1351,7 @@ wheels = [ [[package]] name = "us-equity-strategies" version = "0.7.60" -source = { git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=46887bc3f5454d5b59623b1f5efb7c65912c6b8b#46887bc3f5454d5b59623b1f5efb7c65912c6b8b" } +source = { git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=9f0e5e2deca8a9c16d711eb4772f08a7901da101#9f0e5e2deca8a9c16d711eb4772f08a7901da101" } dependencies = [ { name = "pandas" }, { name = "pytz" }, From 5e6d3b6071d0f26fdfb623a14a30e468c6e31959 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Sun, 5 Jul 2026 06:56:17 +0800 Subject: [PATCH 2/2] chore: align QSL bundle to 2026.07.2 Co-Authored-By: Codex --- pyproject.toml | 6 +++--- qsl.toml | 8 ++++---- uv.lock | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 846a542..b36297b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,9 +18,9 @@ dependencies = [ "google-cloud-storage", "google-auth", "longport==3.0.23", - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7032cde4547e7ec59af15df8935d142461a77051", - "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@9f0e5e2deca8a9c16d711eb4772f08a7901da101", - "hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@dbbefb688cd144837aa59581b1930a14c11411ad", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@37c81901160c5b31127a27dba1c63944933fb6bf", + "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@17ddb86c72d44b2c7b78ba7a10d8f71b21180166", + "hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@b6a8ac2ad3c8110b5ea74fb059c8206388d63bcd", ] [project.optional-dependencies] diff --git a/qsl.toml b/qsl.toml index d480381..402a4e4 100644 --- a/qsl.toml +++ b/qsl.toml @@ -5,9 +5,9 @@ ring = 3 allow_legacy = false [qsl.requires] -quant_platform_kit = "7032cde4547e7ec59af15df8935d142461a77051" -us_equity_strategies = "9f0e5e2deca8a9c16d711eb4772f08a7901da101" -hk_equity_strategies = "00dd0e5b62a6fa65bd9262e15c083468e8b8c191" +quant_platform_kit = "37c81901160c5b31127a27dba1c63944933fb6bf" +us_equity_strategies = "17ddb86c72d44b2c7b78ba7a10d8f71b21180166" +hk_equity_strategies = "b6a8ac2ad3c8110b5ea74fb059c8206388d63bcd" [qsl.compat] -bundle = "2026.07.1" +bundle = "2026.07.2" diff --git a/uv.lock b/uv.lock index 0222814..894a491 100644 --- a/uv.lock +++ b/uv.lock @@ -629,7 +629,7 @@ wheels = [ [[package]] name = "hk-equity-strategies" version = "0.4.7" -source = { git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=dbbefb688cd144837aa59581b1930a14c11411ad#dbbefb688cd144837aa59581b1930a14c11411ad" } +source = { git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=b6a8ac2ad3c8110b5ea74fb059c8206388d63bcd#b6a8ac2ad3c8110b5ea74fb059c8206388d63bcd" } dependencies = [ { name = "pandas" }, { name = "quant-platform-kit" }, @@ -717,17 +717,17 @@ requires-dist = [ { name = "google-cloud-secret-manager" }, { name = "google-cloud-storage" }, { name = "gunicorn" }, - { name = "hk-equity-strategies", git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=dbbefb688cd144837aa59581b1930a14c11411ad" }, + { name = "hk-equity-strategies", git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=b6a8ac2ad3c8110b5ea74fb059c8206388d63bcd" }, { name = "longport", specifier = "==3.0.23" }, { name = "pandas" }, { name = "pandas-market-calendars" }, { 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=7032cde4547e7ec59af15df8935d142461a77051" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=37c81901160c5b31127a27dba1c63944933fb6bf" }, { name = "requests" }, { name = "ruff", marker = "extra == 'test'" }, - { name = "us-equity-strategies", git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=9f0e5e2deca8a9c16d711eb4772f08a7901da101" }, + { name = "us-equity-strategies", git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=17ddb86c72d44b2c7b78ba7a10d8f71b21180166" }, ] provides-extras = ["test"] @@ -1207,7 +1207,7 @@ wheels = [ [[package]] name = "quant-platform-kit" version = "0.10.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=7032cde4547e7ec59af15df8935d142461a77051#7032cde4547e7ec59af15df8935d142461a77051" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=37c81901160c5b31127a27dba1c63944933fb6bf#37c81901160c5b31127a27dba1c63944933fb6bf" } [[package]] name = "requests" @@ -1351,7 +1351,7 @@ wheels = [ [[package]] name = "us-equity-strategies" version = "0.7.60" -source = { git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=9f0e5e2deca8a9c16d711eb4772f08a7901da101#9f0e5e2deca8a9c16d711eb4772f08a7901da101" } +source = { git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=17ddb86c72d44b2c7b78ba7a10d8f71b21180166#17ddb86c72d44b2c7b78ba7a10d8f71b21180166" } dependencies = [ { name = "pandas" }, { name = "pytz" },