diff --git a/pyproject.toml b/pyproject.toml index 5f95957..d8e9c07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Live-pool rotation pipelines for crypto strategy runtime compatib readme = "README.md" requires-python = ">=3.11" dependencies = [ - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7032cde4547e7ec59af15df8935d142461a77051", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@37c81901160c5b31127a27dba1c63944933fb6bf", "pandas==3.0.3", "numpy==2.4.6", "requests==2.34.2", diff --git a/qsl.toml b/qsl.toml index fccc580..883d1a3 100644 --- a/qsl.toml +++ b/qsl.toml @@ -3,10 +3,11 @@ repo = "CryptoLivePoolPipelines" tier = "pipeline" ring = 2 allow_legacy = true +legacy_reason = "requirements.txt and requirements-lock.txt remain for runtime deployment compatibility." enforce_bundle = false artifact_contract = "docs/integration_contract.md" snapshot_contract = "docs/integration_contract.md" [qsl.compat] -bundle = "2026.07.1" +bundle = "2026.07.2" diff --git a/requirements-lock.txt b/requirements-lock.txt index 52694a7..f88f5c4 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -1,4 +1,4 @@ -quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7032cde4547e7ec59af15df8935d142461a77051 +quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@37c81901160c5b31127a27dba1c63944933fb6bf pandas==3.0.3 numpy==2.4.6 requests==2.34.2 diff --git a/requirements.txt b/requirements.txt index 624d9fa..67148e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7032cde4547e7ec59af15df8935d142461a77051 +quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@37c81901160c5b31127a27dba1c63944933fb6bf pandas>=3.0.3 numpy>=2.4.6,<2.5 requests>=2.34.2 diff --git a/tests/test_monthly_publish_workflow_config.py b/tests/test_monthly_publish_workflow_config.py index c41ec91..b41605e 100644 --- a/tests/test_monthly_publish_workflow_config.py +++ b/tests/test_monthly_publish_workflow_config.py @@ -9,7 +9,7 @@ README_ZH_PATH = PROJECT_ROOT / "README.zh-CN.md" QPK_DEPENDENCY = ( "quant-platform-kit @ " - "git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7032cde4547e7ec59af15df8935d142461a77051" + "git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@37c81901160c5b31127a27dba1c63944933fb6bf" ) diff --git a/uv.lock b/uv.lock index 1eae4a5..ba02b67 100644 --- a/uv.lock +++ b/uv.lock @@ -307,7 +307,7 @@ requires-dist = [ { name = "pandas", specifier = "==3.0.3" }, { name = "pytest", marker = "extra == 'test'", specifier = ">=8" }, { name = "pyyaml", specifier = "==6.0.3" }, - { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=7032cde4547e7ec59af15df8935d142461a77051" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=37c81901160c5b31127a27dba1c63944933fb6bf" }, { name = "requests", specifier = "==2.34.2" }, { name = "scikit-learn", specifier = "==1.9.0" }, { name = "scipy", specifier = "==1.17.1" }, @@ -1255,7 +1255,7 @@ wheels = [ [[package]] name = "quant-platform-kit" version = "0.10.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=7032cde4547e7ec59af15df8935d142461a77051#7032cde4547e7ec59af15df8935d142461a77051" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=37c81901160c5b31127a27dba1c63944933fb6bf#37c81901160c5b31127a27dba1c63944933fb6bf" } [[package]] name = "requests"