diff --git a/pyproject.toml b/pyproject.toml index 99b90ea..9cbe1b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,8 +10,8 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "pandas>=2.0", - "cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@48f9823a16da8e45b5c58c19ef77b0db4aa084f4", - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@3b74a445b370745fcb7bc380b4f37e9bf2f7cf56", + "cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@aa2af9c56cc6600159a2bf83f2181ef721e14511", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@08eed913248953986224e09ea3a8dd9f5ebedc4e", ] [project.optional-dependencies] diff --git a/tests/test_research_input_publish.py b/tests/test_research_input_publish.py index 647d3dc..0c32024 100644 --- a/tests/test_research_input_publish.py +++ b/tests/test_research_input_publish.py @@ -594,7 +594,7 @@ def test_producer_identity_is_derived_from_clean_trusted_checkout_and_dirty_fail def test_pyproject_lock_resolve_one_canonical_qpk_pin() -> None: root = Path(__file__).resolve().parents[1] - expected = "3b74a445b370745fcb7bc380b4f37e9bf2f7cf56" + expected = "08eed913248953986224e09ea3a8dd9f5ebedc4e" pyproject = (root / "pyproject.toml").read_text(encoding="utf-8") lock = (root / "uv.lock").read_text(encoding="utf-8") assert f"QuantPlatformKit.git@{expected}" in pyproject diff --git a/uv.lock b/uv.lock index cbb6ea2..7a381d8 100644 --- a/uv.lock +++ b/uv.lock @@ -252,10 +252,10 @@ 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=48f9823a16da8e45b5c58c19ef77b0db4aa084f4" }, + { name = "cn-equity-strategies", git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=aa2af9c56cc6600159a2bf83f2181ef721e14511" }, { name = "pandas", specifier = ">=2.0" }, { name = "pytest", marker = "extra == 'test'", specifier = ">=8" }, - { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=3b74a445b370745fcb7bc380b4f37e9bf2f7cf56" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=08eed913248953986224e09ea3a8dd9f5ebedc4e" }, { name = "requests", marker = "extra == 'public-data'", specifier = ">=2.31" }, ] provides-extras = ["test", "public-data"] @@ -263,7 +263,7 @@ provides-extras = ["test", "public-data"] [[package]] name = "cn-equity-strategies" version = "0.1.0" -source = { git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=48f9823a16da8e45b5c58c19ef77b0db4aa084f4#48f9823a16da8e45b5c58c19ef77b0db4aa084f4" } +source = { git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=aa2af9c56cc6600159a2bf83f2181ef721e14511#aa2af9c56cc6600159a2bf83f2181ef721e14511" } dependencies = [ { name = "pandas" }, { name = "quant-platform-kit" }, @@ -793,7 +793,7 @@ wheels = [ [[package]] name = "quant-platform-kit" version = "0.10.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=3b74a445b370745fcb7bc380b4f37e9bf2f7cf56#3b74a445b370745fcb7bc380b4f37e9bf2f7cf56" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=08eed913248953986224e09ea3a8dd9f5ebedc4e#08eed913248953986224e09ea3a8dd9f5ebedc4e" } [[package]] name = "requests"