diff --git a/pyproject.toml b/pyproject.toml index 91005fb5..05dbae8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ version = "0.1.0" 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", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@e7d8659ef5b8f66660ea58f58202735fa3508cc1", + "crypto-strategies @ git+https://github.com/QuantStrategyLab/CryptoStrategies.git@621d7344688c067fcde22b39a60ee28d76f21611", "python-binance", "pandas", "numpy", @@ -23,7 +23,7 @@ test = [ [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", ] [tool.ruff] diff --git a/qsl.toml b/qsl.toml index 959bf5cb..f2a3be67 100644 --- a/qsl.toml +++ b/qsl.toml @@ -9,8 +9,8 @@ expires_at = "2026-09-30" next_action = "keep uv.lock current and maintain QPK/CryptoStrategies pin consistency" [qsl.requires] -quant_platform_kit = "b13e28759a880dcb446dbfbc580dc032333b065e" -crypto_strategies = "dd88b39991122338f00e649e4d7c32533d1cbcb3" +quant_platform_kit = "e7d8659ef5b8f66660ea58f58202735fa3508cc1" +crypto_strategies = "621d7344688c067fcde22b39a60ee28d76f21611" [qsl.compat] bundle = "2026.09.1" diff --git a/uv.lock b/uv.lock index c50610ec..4f0fed1d 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=b13e28759a880dcb446dbfbc580dc032333b065e" }] +overrides = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=e7d8659ef5b8f66660ea58f58202735fa3508cc1" }] [[package]] name = "aiohappyeyeballs" @@ -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=621d7344688c067fcde22b39a60ee28d76f21611" }, { name = "functions-framework" }, { name = "google-cloud-firestore" }, { name = "google-cloud-storage" }, @@ -214,7 +214,7 @@ requires-dist = [ { name = "pandas" }, { name = "pytest", marker = "extra == 'test'", specifier = ">=8" }, { name = "python-binance" }, - { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=b13e28759a880dcb446dbfbc580dc032333b065e" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=e7d8659ef5b8f66660ea58f58202735fa3508cc1" }, { name = "requests" }, { name = "ruff", marker = "extra == 'test'", specifier = ">=0.12" }, ] @@ -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=621d7344688c067fcde22b39a60ee28d76f21611#621d7344688c067fcde22b39a60ee28d76f21611" } dependencies = [ { name = "quant-platform-kit" }, ] @@ -1617,7 +1617,7 @@ wheels = [ [[package]] name = "quant-platform-kit" version = "0.10.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=b13e28759a880dcb446dbfbc580dc032333b065e#b13e28759a880dcb446dbfbc580dc032333b065e" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=e7d8659ef5b8f66660ea58f58202735fa3508cc1#e7d8659ef5b8f66660ea58f58202735fa3508cc1" } [[package]] name = "regex"