From 929f7d2b607ed92ccd5011069d96ee09d0c8f49f Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Wed, 2 Sep 2026 17:10:26 +0800 Subject: [PATCH] chore(deps): adopt QSL bundle 2026.09.1 Co-Authored-By: Codex --- pyproject.toml | 8 ++++---- qsl.toml | 8 ++++---- tests/test_qsl_metadata.py | 2 +- uv.lock | 14 +++++++------- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b49164f..cab4ed1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,9 +21,9 @@ dependencies = [ "google-cloud-secret-manager", "google-cloud-storage", "yfinance", - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@08eed913248953986224e09ea3a8dd9f5ebedc4e", - "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@d72fdc9feaa6a9bfe3d91cad240b54c19556d5f1", - "hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@6284d95fbf40895cc1b415444d686774f1cfdfb1", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@b13e28759a880dcb446dbfbc580dc032333b065e", + "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@18dc01711f0776a07903a7a6524bab5455c09fb1", + "hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@35bc21e1f237c4a23ad2f02f8ced7c7845d77331", ] [project.optional-dependencies] @@ -64,5 +64,5 @@ include = [ [tool.uv] override-dependencies = [ - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@08eed913248953986224e09ea3a8dd9f5ebedc4e", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@b13e28759a880dcb446dbfbc580dc032333b065e", ] diff --git a/qsl.toml b/qsl.toml index c937244..a6b6f46 100644 --- a/qsl.toml +++ b/qsl.toml @@ -5,9 +5,9 @@ upgrade_ring = "ring_d" allow_legacy = false [qsl.requires] -quant_platform_kit = "08eed913248953986224e09ea3a8dd9f5ebedc4e" -us_equity_strategies = "d72fdc9feaa6a9bfe3d91cad240b54c19556d5f1" -hk_equity_strategies = "6284d95fbf40895cc1b415444d686774f1cfdfb1" +quant_platform_kit = "b13e28759a880dcb446dbfbc580dc032333b065e" +us_equity_strategies = "18dc01711f0776a07903a7a6524bab5455c09fb1" +hk_equity_strategies = "35bc21e1f237c4a23ad2f02f8ced7c7845d77331" [qsl.compat] -bundle = "2026.09.0" +bundle = "2026.09.1" diff --git a/tests/test_qsl_metadata.py b/tests/test_qsl_metadata.py index 9d6ba60..6dff150 100644 --- a/tests/test_qsl_metadata.py +++ b/tests/test_qsl_metadata.py @@ -12,7 +12,7 @@ def test_qsl_metadata_has_runtime_platform_fields() -> None: assert qsl["tier"] == "runtime" assert qsl["upgrade_ring"] == "ring_d" assert qsl.get("repo") == "InteractiveBrokersPlatform" - assert qsl["compat"]["bundle"] == "2026.09.0" + assert qsl["compat"]["bundle"] == "2026.09.1" requires = qsl["requires"] assert "quant_platform_kit" in requires assert "us_equity_strategies" in requires diff --git a/uv.lock b/uv.lock index 2f33aee..6e90745 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=08eed913248953986224e09ea3a8dd9f5ebedc4e" }] +overrides = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=b13e28759a880dcb446dbfbc580dc032333b065e" }] [[package]] name = "beautifulsoup4" @@ -707,7 +707,7 @@ wheels = [ [[package]] name = "hk-equity-strategies" version = "0.4.7" -source = { git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=6284d95fbf40895cc1b415444d686774f1cfdfb1#6284d95fbf40895cc1b415444d686774f1cfdfb1" } +source = { git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=35bc21e1f237c4a23ad2f02f8ced7c7845d77331#35bc21e1f237c4a23ad2f02f8ced7c7845d77331" } dependencies = [ { name = "pandas" }, { name = "quant-platform-kit" }, @@ -783,7 +783,7 @@ 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=6284d95fbf40895cc1b415444d686774f1cfdfb1" }, + { name = "hk-equity-strategies", git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=35bc21e1f237c4a23ad2f02f8ced7c7845d77331" }, { name = "ib-insync" }, { name = "numpy" }, { name = "pandas" }, @@ -791,10 +791,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=08eed913248953986224e09ea3a8dd9f5ebedc4e" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=b13e28759a880dcb446dbfbc580dc032333b065e" }, { name = "requests" }, { name = "ruff", marker = "extra == 'test'" }, - { name = "us-equity-strategies", git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=d72fdc9feaa6a9bfe3d91cad240b54c19556d5f1" }, + { name = "us-equity-strategies", git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=18dc01711f0776a07903a7a6524bab5455c09fb1" }, { name = "yfinance" }, ] provides-extras = ["test"] @@ -1327,7 +1327,7 @@ wheels = [ [[package]] name = "quant-platform-kit" version = "0.10.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=08eed913248953986224e09ea3a8dd9f5ebedc4e#08eed913248953986224e09ea3a8dd9f5ebedc4e" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=b13e28759a880dcb446dbfbc580dc032333b065e#b13e28759a880dcb446dbfbc580dc032333b065e" } [[package]] name = "requests" @@ -1493,7 +1493,7 @@ wheels = [ [[package]] name = "us-equity-strategies" version = "0.7.60" -source = { git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=d72fdc9feaa6a9bfe3d91cad240b54c19556d5f1#d72fdc9feaa6a9bfe3d91cad240b54c19556d5f1" } +source = { git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=18dc01711f0776a07903a7a6524bab5455c09fb1#18dc01711f0776a07903a7a6524bab5455c09fb1" } dependencies = [ { name = "pandas" }, { name = "pytz" },