diff --git a/pyproject.toml b/pyproject.toml index 91005fb5..148c9c84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "QuantStrategyLab platform layer for Binance exchange." requires-python = ">=3.11" dependencies = [ "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@b13e28759a880dcb446dbfbc580dc032333b065e", - "crypto-strategies @ git+https://github.com/QuantStrategyLab/CryptoStrategies.git@dd88b39991122338f00e649e4d7c32533d1cbcb3", + "crypto-strategies @ git+https://github.com/QuantStrategyLab/CryptoStrategies.git@9186bbab26e48e3b8b9cd658f55f8fc60c70361f", "python-binance", "pandas", "numpy", diff --git a/qsl.toml b/qsl.toml index 959bf5cb..5c51072d 100644 --- a/qsl.toml +++ b/qsl.toml @@ -10,7 +10,7 @@ next_action = "keep uv.lock current and maintain QPK/CryptoStrategies pin consis [qsl.requires] quant_platform_kit = "b13e28759a880dcb446dbfbc580dc032333b065e" -crypto_strategies = "dd88b39991122338f00e649e4d7c32533d1cbcb3" +crypto_strategies = "9186bbab26e48e3b8b9cd658f55f8fc60c70361f" [qsl.compat] bundle = "2026.09.1" diff --git a/uv.lock b/uv.lock index c50610ec..13c0d872 100644 --- a/uv.lock +++ b/uv.lock @@ -206,7 +206,7 @@ test = [ [package.metadata] requires-dist = [ - { name = "crypto-strategies", git = "https://github.com/QuantStrategyLab/CryptoStrategies.git?rev=dd88b39991122338f00e649e4d7c32533d1cbcb3" }, + { name = "crypto-strategies", git = "https://github.com/QuantStrategyLab/CryptoStrategies.git?rev=9186bbab26e48e3b8b9cd658f55f8fc60c70361f" }, { name = "functions-framework" }, { name = "google-cloud-firestore" }, { name = "google-cloud-storage" }, @@ -446,7 +446,7 @@ wheels = [ [[package]] name = "crypto-strategies" version = "0.4.11" -source = { git = "https://github.com/QuantStrategyLab/CryptoStrategies.git?rev=dd88b39991122338f00e649e4d7c32533d1cbcb3#dd88b39991122338f00e649e4d7c32533d1cbcb3" } +source = { git = "https://github.com/QuantStrategyLab/CryptoStrategies.git?rev=9186bbab26e48e3b8b9cd658f55f8fc60c70361f#9186bbab26e48e3b8b9cd658f55f8fc60c70361f" } dependencies = [ { name = "quant-platform-kit" }, ]