diff --git a/pyproject.toml b/pyproject.toml index b87d83c..0b36ada 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,8 @@ authors = [{ name = "QuantStrategyLab" }] dependencies = [ "flask>=3.0", "pandas>=2.0", - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7f140f07ac89f0b4b88347a903906825dde11c39", - "cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@3ed1bfb5c2d481f96b941c3d5299d477ccded734", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@c812ed70f83d61bdf1816fa5ca112b0f6976c6b6", + "cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@3110dfa966b0ebea3d10ff61e40b8350c8204c37", ] [project.optional-dependencies] diff --git a/qsl.toml b/qsl.toml index 9a3df06..488e31a 100644 --- a/qsl.toml +++ b/qsl.toml @@ -6,8 +6,8 @@ allow_legacy = false enforce_bundle = true [qsl.requires] -quant_platform_kit = "7f140f07ac89f0b4b88347a903906825dde11c39" -cn_equity_strategies = "3ed1bfb5c2d481f96b941c3d5299d477ccded734" +quant_platform_kit = "c812ed70f83d61bdf1816fa5ca112b0f6976c6b6" +cn_equity_strategies = "3110dfa966b0ebea3d10ff61e40b8350c8204c37" [qsl.compat] bundle = "2026.09.1" diff --git a/tests/test_qsl_metadata.py b/tests/test_qsl_metadata.py index e7172e3..585ccba 100644 --- a/tests/test_qsl_metadata.py +++ b/tests/test_qsl_metadata.py @@ -15,5 +15,5 @@ def test_qsl_metadata_has_runtime_platform_fields() -> None: assert qsl["enforce_bundle"] is True assert qsl["compat"]["bundle"] == "2026.09.1" requires = qsl["requires"] - assert requires["quant_platform_kit"] == "7f140f07ac89f0b4b88347a903906825dde11c39" - assert requires["cn_equity_strategies"] == "3ed1bfb5c2d481f96b941c3d5299d477ccded734" + assert requires["quant_platform_kit"] == "c812ed70f83d61bdf1816fa5ca112b0f6976c6b6" + assert requires["cn_equity_strategies"] == "3110dfa966b0ebea3d10ff61e40b8350c8204c37" diff --git a/uv.lock b/uv.lock index da541d8..ad90859 100644 --- a/uv.lock +++ b/uv.lock @@ -37,7 +37,7 @@ wheels = [ [[package]] name = "cn-equity-strategies" version = "0.1.0" -source = { git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=3ed1bfb5c2d481f96b941c3d5299d477ccded734#3ed1bfb5c2d481f96b941c3d5299d477ccded734" } +source = { git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=3110dfa966b0ebea3d10ff61e40b8350c8204c37#3110dfa966b0ebea3d10ff61e40b8350c8204c37" } dependencies = [ { name = "pandas" }, { name = "quant-platform-kit" }, @@ -450,18 +450,18 @@ test = [ [package.metadata] requires-dist = [ - { name = "cn-equity-strategies", git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=3ed1bfb5c2d481f96b941c3d5299d477ccded734" }, + { name = "cn-equity-strategies", git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=3110dfa966b0ebea3d10ff61e40b8350c8204c37" }, { name = "flask", specifier = ">=3.0" }, { name = "pandas", specifier = ">=2.0" }, { name = "pytest", marker = "extra == 'test'", specifier = ">=8" }, - { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=7f140f07ac89f0b4b88347a903906825dde11c39" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=c812ed70f83d61bdf1816fa5ca112b0f6976c6b6" }, ] provides-extras = ["test"] [[package]] name = "quant-platform-kit" version = "1.0.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=7f140f07ac89f0b4b88347a903906825dde11c39#7f140f07ac89f0b4b88347a903906825dde11c39" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=c812ed70f83d61bdf1816fa5ca112b0f6976c6b6#c812ed70f83d61bdf1816fa5ca112b0f6976c6b6" } [[package]] name = "six"