Skip to content
Merged
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=b13e28759a880dcb446dbfbc580dc032333b065e uv run --no-sync python scripts/check_qpk_pin_consistency.py
QPK_EXPECTED_PIN=e7d8659ef5b8f66660ea58f58202735fa3508cc1 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@b13e28759a880dcb446dbfbc580dc032333b065e",
"us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@18dc01711f0776a07903a7a6524bab5455c09fb1",
"hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@35bc21e1f237c4a23ad2f02f8ced7c7845d77331",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@e7d8659ef5b8f66660ea58f58202735fa3508cc1",
"us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@c2526d775a956ff84c457a9bad0c4036c1f26754",
"hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@f3c20e1a7d39b922c8e082cd0d73437dd0866ac0",
]

[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@b13e28759a880dcb446dbfbc580dc032333b065e",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@e7d8659ef5b8f66660ea58f58202735fa3508cc1",
]
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 = "b13e28759a880dcb446dbfbc580dc032333b065e"
us_equity_strategies = "18dc01711f0776a07903a7a6524bab5455c09fb1"
hk_equity_strategies = "35bc21e1f237c4a23ad2f02f8ced7c7845d77331"
quant_platform_kit = "e7d8659ef5b8f66660ea58f58202735fa3508cc1"
us_equity_strategies = "c2526d775a956ff84c457a9bad0c4036c1f26754"
hk_equity_strategies = "f3c20e1a7d39b922c8e082cd0d73437dd0866ac0"

[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.