diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3de860e..1bb939f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: - name: Check QPK pin consistency run: | set -euo pipefail - QPK_EXPECTED_PIN=c4f9b7599041406d4693083bf2eb4e85d6e10059 uv run --no-sync python scripts/check_qpk_pin_consistency.py + QPK_EXPECTED_PIN=c812ed70f83d61bdf1816fa5ca112b0f6976c6b6 uv run --no-sync python scripts/check_qpk_pin_consistency.py - name: Ensure uv.lock matches pyproject.toml run: uv lock --check diff --git a/pyproject.toml b/pyproject.toml index d53f8f8..111d0a1 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@c4f9b7599041406d4693083bf2eb4e85d6e10059", - "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@59a6e4341bf12cf1e27953b9c2d3705bc0335d96", - "hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@709e5e1cde7841aed538d94eb26b552b46cb7806", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@c812ed70f83d61bdf1816fa5ca112b0f6976c6b6", + "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@a46575a81b80cbff57342aeb8e5e8a0f48d5e0e2", + "hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@5a41ec47e09dc03c242fe89373147026ddf1b0ce", ] [project.optional-dependencies] @@ -64,5 +64,5 @@ include = [ [tool.uv] override-dependencies = [ - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@c4f9b7599041406d4693083bf2eb4e85d6e10059", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@c812ed70f83d61bdf1816fa5ca112b0f6976c6b6", ] diff --git a/qsl.toml b/qsl.toml index be24b5b..de33fab 100644 --- a/qsl.toml +++ b/qsl.toml @@ -5,9 +5,9 @@ upgrade_ring = "ring_d" allow_legacy = false [qsl.requires] -quant_platform_kit = "c4f9b7599041406d4693083bf2eb4e85d6e10059" -us_equity_strategies = "59a6e4341bf12cf1e27953b9c2d3705bc0335d96" -hk_equity_strategies = "709e5e1cde7841aed538d94eb26b552b46cb7806" +quant_platform_kit = "c812ed70f83d61bdf1816fa5ca112b0f6976c6b6" +us_equity_strategies = "a46575a81b80cbff57342aeb8e5e8a0f48d5e0e2" +hk_equity_strategies = "5a41ec47e09dc03c242fe89373147026ddf1b0ce" [qsl.compat] bundle = "2026.09.1" diff --git a/uv.lock b/uv.lock index 3599cf2..623dc31 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=c4f9b7599041406d4693083bf2eb4e85d6e10059" }] +overrides = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=c812ed70f83d61bdf1816fa5ca112b0f6976c6b6" }] [[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=709e5e1cde7841aed538d94eb26b552b46cb7806#709e5e1cde7841aed538d94eb26b552b46cb7806" } +source = { git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=5a41ec47e09dc03c242fe89373147026ddf1b0ce#5a41ec47e09dc03c242fe89373147026ddf1b0ce" } 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=709e5e1cde7841aed538d94eb26b552b46cb7806" }, + { name = "hk-equity-strategies", git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=5a41ec47e09dc03c242fe89373147026ddf1b0ce" }, { 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=c4f9b7599041406d4693083bf2eb4e85d6e10059" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=c812ed70f83d61bdf1816fa5ca112b0f6976c6b6" }, { 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=a46575a81b80cbff57342aeb8e5e8a0f48d5e0e2" }, { name = "yfinance" }, ] provides-extras = ["test"] @@ -1327,7 +1327,7 @@ wheels = [ [[package]] name = "quant-platform-kit" version = "1.0.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=c4f9b7599041406d4693083bf2eb4e85d6e10059#c4f9b7599041406d4693083bf2eb4e85d6e10059" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=c812ed70f83d61bdf1816fa5ca112b0f6976c6b6#c812ed70f83d61bdf1816fa5ca112b0f6976c6b6" } [[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=59a6e4341bf12cf1e27953b9c2d3705bc0335d96#59a6e4341bf12cf1e27953b9c2d3705bc0335d96" } +source = { git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=a46575a81b80cbff57342aeb8e5e8a0f48d5e0e2#a46575a81b80cbff57342aeb8e5e8a0f48d5e0e2" } dependencies = [ { name = "pandas" }, { name = "pytz" },