Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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",
]
6 changes: 3 additions & 3 deletions qsl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
14 changes: 7 additions & 7 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.