From 6f01bf88aa3a4ef860f54e3f5ea750fd3c0d3630 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Tue, 30 Jun 2026 15:45:20 +0800 Subject: [PATCH] chore: sync QPK dependency SHA to match all repos All repos now reference the same QPK SHA (780b6f8d) to avoid pip dependency resolution conflicts at deployment time. Co-Authored-By: Claude --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d2ac9c..98c4073 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "pandas>=2.0", - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@247911c", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@780b6f8da6a6f7419a12c8f909a415624c98f8eb", ] [project.optional-dependencies]