From 45ea980f56ce4954587a6cfb0326925fadbe0821 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Wed, 26 Aug 2026 19:32:57 +0800 Subject: [PATCH] chore: upgrade QPK lifecycle telemetry isolation Co-Authored-By: Codex --- pyproject.toml | 4 ++-- uv.lock | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dcf28cf..5c1d00b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "pytest", "pytz", "requests", - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@a824143ccb91f1e4a6a9673e11c287922f019f69", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@fc66f54c51eec141ea6a39bc8069c3e71ee68755", "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@cec2a6a7aac02bd06ff9c83703b14c61166b245a", ] license = "MIT" @@ -82,5 +82,5 @@ show_missing = true [tool.uv] override-dependencies = [ - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@a824143ccb91f1e4a6a9673e11c287922f019f69", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@fc66f54c51eec141ea6a39bc8069c3e71ee68755", ] diff --git a/uv.lock b/uv.lock index 9270bdb..678d017 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=a824143ccb91f1e4a6a9673e11c287922f019f69" }] +overrides = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=fc66f54c51eec141ea6a39bc8069c3e71ee68755" }] [[package]] name = "blinker" @@ -446,7 +446,7 @@ requires-dist = [ { name = "pytest", marker = "extra == 'test'" }, { name = "pytest-cov", marker = "extra == 'test'" }, { name = "pytz" }, - { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=a824143ccb91f1e4a6a9673e11c287922f019f69" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=fc66f54c51eec141ea6a39bc8069c3e71ee68755" }, { name = "requests" }, { name = "ruff", marker = "extra == 'test'" }, { name = "us-equity-strategies", git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=cec2a6a7aac02bd06ff9c83703b14c61166b245a" }, @@ -1102,7 +1102,7 @@ wheels = [ [[package]] name = "quant-platform-kit" version = "0.10.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=a824143ccb91f1e4a6a9673e11c287922f019f69#a824143ccb91f1e4a6a9673e11c287922f019f69" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=fc66f54c51eec141ea6a39bc8069c3e71ee68755#fc66f54c51eec141ea6a39bc8069c3e71ee68755" } [[package]] name = "requests"