From 92f38c75f7be1d9fff546daf92f30ae761611f17 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Mon, 6 Jul 2026 01:54:20 +0800 Subject: [PATCH 1/2] Sync CN strategy dependency ref Co-Authored-By: Codex --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed2715f..6dca398 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "pandas>=2.0", - "cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@1bced052d515373e88620dae48499a4ad44c10f7", + "cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@8dfadcf8a4dc6cc516f27a4013248474603d8ce2", ] [project.optional-dependencies] From 281bba74f8f51b4ea4d7d70fbdf88b21ef328031 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Mon, 6 Jul 2026 02:08:41 +0800 Subject: [PATCH 2/2] Point CN snapshot dependency at merged strategy ref Co-Authored-By: Codex --- pyproject.toml | 2 +- uv.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6dca398..ec80e04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "pandas>=2.0", - "cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@8dfadcf8a4dc6cc516f27a4013248474603d8ce2", + "cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@275679cf1fc539132f00f875a5f00b3c8d650b94", ] [project.optional-dependencies] diff --git a/uv.lock b/uv.lock index 063c065..9f57c3f 100644 --- a/uv.lock +++ b/uv.lock @@ -250,7 +250,7 @@ test = [ [package.metadata] requires-dist = [ { name = "akshare", marker = "extra == 'public-data'", specifier = ">=1.14" }, - { name = "cn-equity-strategies", git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=8dfadcf8a4dc6cc516f27a4013248474603d8ce2" }, + { name = "cn-equity-strategies", git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=275679cf1fc539132f00f875a5f00b3c8d650b94" }, { name = "pandas", specifier = ">=2.0" }, { name = "pytest", marker = "extra == 'test'", specifier = ">=8" }, ] @@ -259,7 +259,7 @@ provides-extras = ["test", "public-data"] [[package]] name = "cn-equity-strategies" version = "0.1.0" -source = { git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=8dfadcf8a4dc6cc516f27a4013248474603d8ce2#8dfadcf8a4dc6cc516f27a4013248474603d8ce2" } +source = { git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=275679cf1fc539132f00f875a5f00b3c8d650b94#275679cf1fc539132f00f875a5f00b3c8d650b94" } dependencies = [ { name = "pandas" }, { name = "quant-platform-kit" },