diff --git a/pyproject.toml b/pyproject.toml index 225784d..a903e28 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@3fa3b7588eb220e77b3d3851ce9f192046d47afd", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@3efc9bb2325b7f8f246d465db1cca0601ead6323", ] [project.optional-dependencies] diff --git a/qsl.toml b/qsl.toml index 5a8ab54..c93150f 100644 --- a/qsl.toml +++ b/qsl.toml @@ -5,5 +5,5 @@ upgrade_ring = "ring_b" bundle = "2026.08.0" requires = [ "pandas>=2.0", - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@3fa3b7588eb220e77b3d3851ce9f192046d47afd", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@3efc9bb2325b7f8f246d465db1cca0601ead6323", ] diff --git a/tests/test_qsl_compat_metadata.py b/tests/test_qsl_compat_metadata.py index 9d3901a..9df5c53 100644 --- a/tests/test_qsl_compat_metadata.py +++ b/tests/test_qsl_compat_metadata.py @@ -3,7 +3,7 @@ ROOT = Path(__file__).resolve().parents[1] -QPK_REVISION = "3fa3b7588eb220e77b3d3851ce9f192046d47afd" +QPK_REVISION = "3efc9bb2325b7f8f246d465db1cca0601ead6323" QPK_URL = ( "quant-platform-kit @ git+https://github.com/QuantStrategyLab/" f"QuantPlatformKit.git@{QPK_REVISION}" diff --git a/uv.lock b/uv.lock index 7c8262b..4dc466d 100644 --- a/uv.lock +++ b/uv.lock @@ -31,7 +31,7 @@ test = [ requires-dist = [ { name = "pandas", specifier = ">=2.0" }, { name = "pytest", marker = "extra == 'test'", specifier = ">=8" }, - { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=3fa3b7588eb220e77b3d3851ce9f192046d47afd" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=3efc9bb2325b7f8f246d465db1cca0601ead6323" }, ] provides-extras = ["test"] @@ -315,7 +315,7 @@ wheels = [ [[package]] name = "quant-platform-kit" version = "0.10.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=3fa3b7588eb220e77b3d3851ce9f192046d47afd#3fa3b7588eb220e77b3d3851ce9f192046d47afd" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=3efc9bb2325b7f8f246d465db1cca0601ead6323#3efc9bb2325b7f8f246d465db1cca0601ead6323" } [[package]] name = "six"