From 9d692a8f7593769bd27117b051c445f7ae0c3c62 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Mon, 29 Jun 2026 23:18:36 +0800 Subject: [PATCH] chore: update QPK pin to 247911c for fetch_lot_sizes support Co-Authored-By: Claude --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 016ed58..2111f0b 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@86f03fb8e83c0d372f4e1c64cccf3e6da50b8dd4", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@247911c", ] [project.optional-dependencies]