From fbace3a6d65b97ae5038f7828cc015fef7a8934c Mon Sep 17 00:00:00 2001 From: QuantStrategyLab QPK Sync Date: Tue, 1 Sep 2026 15:13:17 +0000 Subject: [PATCH] chore(deps): align QPK pin to ff70b162ac8e Automated downstream QPK pin update after QPK_PIN landed on main. Co-Authored-By: Claude --- pyproject.toml | 6 +++--- qsl.toml | 4 ++-- uv.lock | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3132843..05e8167 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,8 +18,8 @@ dependencies = [ "pytest", "pytz", "requests", - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@66cbce0d89d15e4c372b690363c24ea350cc9314", - "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@271358eea934f731d8f92b1b4ca8e596425ca364", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@ff70b162ac8e50e1ece617e570dab76b6740d41e", + "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@319f53565f7a137e06191536f6406b70ec5ecc65", ] license = "MIT" authors = [ @@ -82,5 +82,5 @@ show_missing = true [tool.uv] override-dependencies = [ - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@66cbce0d89d15e4c372b690363c24ea350cc9314", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@ff70b162ac8e50e1ece617e570dab76b6740d41e", ] diff --git a/qsl.toml b/qsl.toml index 702bb67..a0d8b72 100644 --- a/qsl.toml +++ b/qsl.toml @@ -5,8 +5,8 @@ upgrade_ring = "ring_d" allow_legacy = false [qsl.requires] -quant_platform_kit = "66cbce0d89d15e4c372b690363c24ea350cc9314" -us_equity_strategies = "271358eea934f731d8f92b1b4ca8e596425ca364" +quant_platform_kit = "ff70b162ac8e50e1ece617e570dab76b6740d41e" +us_equity_strategies = "319f53565f7a137e06191536f6406b70ec5ecc65" [qsl.compat] bundle = "2026.08.0" diff --git a/uv.lock b/uv.lock index 2e3db5e..1fabaad 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=66cbce0d89d15e4c372b690363c24ea350cc9314" }] +overrides = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=ff70b162ac8e50e1ece617e570dab76b6740d41e" }] [[package]] name = "blinker" @@ -446,10 +446,10 @@ 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=66cbce0d89d15e4c372b690363c24ea350cc9314" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=ff70b162ac8e50e1ece617e570dab76b6740d41e" }, { name = "requests" }, { name = "ruff", marker = "extra == 'test'" }, - { name = "us-equity-strategies", git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=271358eea934f731d8f92b1b4ca8e596425ca364" }, + { name = "us-equity-strategies", git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=319f53565f7a137e06191536f6406b70ec5ecc65" }, ] provides-extras = ["test"] @@ -1102,7 +1102,7 @@ wheels = [ [[package]] name = "quant-platform-kit" version = "0.10.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=66cbce0d89d15e4c372b690363c24ea350cc9314#66cbce0d89d15e4c372b690363c24ea350cc9314" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=ff70b162ac8e50e1ece617e570dab76b6740d41e#ff70b162ac8e50e1ece617e570dab76b6740d41e" } [[package]] name = "requests" @@ -1237,7 +1237,7 @@ wheels = [ [[package]] name = "us-equity-strategies" version = "0.7.60" -source = { git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=271358eea934f731d8f92b1b4ca8e596425ca364#271358eea934f731d8f92b1b4ca8e596425ca364" } +source = { git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=319f53565f7a137e06191536f6406b70ec5ecc65#319f53565f7a137e06191536f6406b70ec5ecc65" } dependencies = [ { name = "pandas" }, { name = "pytz" },