Skip to content

Commit 018363d

Browse files
authored
Merge pull request #444 from QuantStrategyLab/fix/qpk-managed-symbol-repair-pin
fix(deps): pin managed-symbol compatibility repair
2 parents 0184b54 + 610fd2e commit 018363d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"google-cloud-secret-manager",
2222
"google-cloud-storage",
2323
"yfinance",
24-
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@3b74a445b370745fcb7bc380b4f37e9bf2f7cf56",
24+
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@66cbce0d89d15e4c372b690363c24ea350cc9314",
2525
"us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@271358eea934f731d8f92b1b4ca8e596425ca364",
2626
"hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@b5254a6fce63f42060fa8df95b9ee3bcb2d18284",
2727
]
@@ -64,5 +64,5 @@ include = [
6464

6565
[tool.uv]
6666
override-dependencies = [
67-
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@3b74a445b370745fcb7bc380b4f37e9bf2f7cf56",
67+
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@66cbce0d89d15e4c372b690363c24ea350cc9314",
6868
]

qsl.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ upgrade_ring = "ring_d"
55
allow_legacy = false
66

77
[qsl.requires]
8-
quant_platform_kit = "3b74a445b370745fcb7bc380b4f37e9bf2f7cf56"
8+
quant_platform_kit = "66cbce0d89d15e4c372b690363c24ea350cc9314"
99
us_equity_strategies = "271358eea934f731d8f92b1b4ca8e596425ca364"
1010
hk_equity_strategies = "b5254a6fce63f42060fa8df95b9ee3bcb2d18284"
1111

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)