From c74842a3b61572f66afa632bff84b039f97036cb Mon Sep 17 00:00:00 2001 From: QuantStrategyLab QPK Sync Date: Sat, 11 Jul 2026 21:38:48 +0000 Subject: [PATCH] chore(deps): align QPK pin to ff09c889ed21 Automated downstream QPK pin update after QPK_PIN landed on main. Co-Authored-By: Claude --- pyproject.toml | 4 ++-- qsl.toml | 2 +- uv.lock | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a6e02ed..5fd85d8 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@651c9ac4f37ce6e7fe1bac84dc7646cd5abc9e6e", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@ff09c889ed21e2eb6fcb37f6cdaa159190ec82da", "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@17ddb86c72d44b2c7b78ba7a10d8f71b21180166", ] license = "MIT" @@ -82,5 +82,5 @@ show_missing = true [tool.uv] override-dependencies = [ - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@651c9ac4f37ce6e7fe1bac84dc7646cd5abc9e6e", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@ff09c889ed21e2eb6fcb37f6cdaa159190ec82da", ] diff --git a/qsl.toml b/qsl.toml index 555dc2e..66d5932 100644 --- a/qsl.toml +++ b/qsl.toml @@ -5,7 +5,7 @@ upgrade_ring = "ring_d" allow_legacy = false [qsl.requires] -quant_platform_kit = "651c9ac4f37ce6e7fe1bac84dc7646cd5abc9e6e" +quant_platform_kit = "ff09c889ed21e2eb6fcb37f6cdaa159190ec82da" us_equity_strategies = "17ddb86c72d44b2c7b78ba7a10d8f71b21180166" [qsl.compat] diff --git a/uv.lock b/uv.lock index 376af01..8bf6541 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=651c9ac4f37ce6e7fe1bac84dc7646cd5abc9e6e" }] +overrides = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=ff09c889ed21e2eb6fcb37f6cdaa159190ec82da" }] [[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=651c9ac4f37ce6e7fe1bac84dc7646cd5abc9e6e" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=ff09c889ed21e2eb6fcb37f6cdaa159190ec82da" }, { name = "requests" }, { name = "ruff", marker = "extra == 'test'" }, { name = "us-equity-strategies", git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=17ddb86c72d44b2c7b78ba7a10d8f71b21180166" }, @@ -1102,7 +1102,7 @@ wheels = [ [[package]] name = "quant-platform-kit" version = "0.10.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=651c9ac4f37ce6e7fe1bac84dc7646cd5abc9e6e#651c9ac4f37ce6e7fe1bac84dc7646cd5abc9e6e" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=ff09c889ed21e2eb6fcb37f6cdaa159190ec82da#ff09c889ed21e2eb6fcb37f6cdaa159190ec82da" } [[package]] name = "requests"