diff --git a/pyproject.toml b/pyproject.toml index e607be31..43c9726c 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@c4f9b7599041406d4693083bf2eb4e85d6e10059", - "crypto-strategies @ git+https://github.com/QuantStrategyLab/CryptoStrategies.git@d995ef8e80a235e0736f6c5139bcad6a15fe41d5", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@c812ed70f83d61bdf1816fa5ca112b0f6976c6b6", + "crypto-strategies @ git+https://github.com/QuantStrategyLab/CryptoStrategies.git@9810f8f94bc8b6ff780a215ff6d6f770a201e28b", "python-binance", "pandas", "numpy", @@ -23,7 +23,7 @@ test = [ [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", ] [tool.ruff] diff --git a/qsl.toml b/qsl.toml index 43ebe1cf..1c70af28 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 = "c4f9b7599041406d4693083bf2eb4e85d6e10059" -crypto_strategies = "d995ef8e80a235e0736f6c5139bcad6a15fe41d5" +quant_platform_kit = "c812ed70f83d61bdf1816fa5ca112b0f6976c6b6" +crypto_strategies = "9810f8f94bc8b6ff780a215ff6d6f770a201e28b" [qsl.compat] bundle = "2026.09.1" diff --git a/uv.lock b/uv.lock index 99b110f7..0ef0db1a 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=c4f9b7599041406d4693083bf2eb4e85d6e10059" }] +overrides = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=c812ed70f83d61bdf1816fa5ca112b0f6976c6b6" }] [[package]] name = "aiohappyeyeballs" @@ -206,7 +206,7 @@ test = [ [package.metadata] requires-dist = [ - { name = "crypto-strategies", git = "https://github.com/QuantStrategyLab/CryptoStrategies.git?rev=d995ef8e80a235e0736f6c5139bcad6a15fe41d5" }, + { name = "crypto-strategies", git = "https://github.com/QuantStrategyLab/CryptoStrategies.git?rev=9810f8f94bc8b6ff780a215ff6d6f770a201e28b" }, { 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=c4f9b7599041406d4693083bf2eb4e85d6e10059" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=c812ed70f83d61bdf1816fa5ca112b0f6976c6b6" }, { 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=d995ef8e80a235e0736f6c5139bcad6a15fe41d5#d995ef8e80a235e0736f6c5139bcad6a15fe41d5" } +source = { git = "https://github.com/QuantStrategyLab/CryptoStrategies.git?rev=9810f8f94bc8b6ff780a215ff6d6f770a201e28b#9810f8f94bc8b6ff780a215ff6d6f770a201e28b" } dependencies = [ { name = "quant-platform-kit" }, ] @@ -1617,7 +1617,7 @@ wheels = [ [[package]] name = "quant-platform-kit" version = "1.0.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=c4f9b7599041406d4693083bf2eb4e85d6e10059#c4f9b7599041406d4693083bf2eb4e85d6e10059" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=c812ed70f83d61bdf1816fa5ca112b0f6976c6b6#c812ed70f83d61bdf1816fa5ca112b0f6976c6b6" } [[package]] name = "regex"