diff --git a/QPK_PIN b/QPK_PIN index 11cc521..0890283 100644 --- a/QPK_PIN +++ b/QPK_PIN @@ -1 +1 @@ -2381aa4577e9fd6329053a73a1c888929170eaf3 +de18c2e9d93bcfc2220148a99749447059a6f4c6 diff --git a/constraints.txt b/constraints.txt index f361639..7336036 100644 --- a/constraints.txt +++ b/constraints.txt @@ -1,8 +1,8 @@ # pip-compatible constraints mirror for QSL internal Git SHA pins. # Source of truth: qsl-pins.txt (mirrored by update-qpk-pin.yml on every push to QPK main). -quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@2381aa4577e9fd6329053a73a1c888929170eaf3 -us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@b0758bb934174de334ca16f78c52c90258874ebc -hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@17895aec50d82ddfd898441d8db4bf1978070969 -cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@7b906cf6c92b87f8605410b7201a71135924cc76 -crypto-strategies @ git+https://github.com/QuantStrategyLab/CryptoStrategies.git@76fd9ca9fd079ac28011030d250799a4d06228c0 +quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@de18c2e9d93bcfc2220148a99749447059a6f4c6 +us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@2f3361c88f5bd65c9d577c6a51b9df5537332866 +hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@c94c218d693e037701376e45ae5a21a8046b3849 +cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@5be403ddc099ce3ed0cbd65552a6ebb64bdc5fdd +crypto-strategies @ git+https://github.com/QuantStrategyLab/CryptoStrategies.git@b96b887c5e8ba7e9ceff49b8a054b9a97d55e3e0 diff --git a/qsl-pins.txt b/qsl-pins.txt index 9936f82..33c75d1 100644 --- a/qsl-pins.txt +++ b/qsl-pins.txt @@ -1,8 +1,8 @@ # QSL internal Git SHA pins — source of truth. # Auto-updated by update-qpk-pin.yml on every push to QPK main. -quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@2381aa4577e9fd6329053a73a1c888929170eaf3 -us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@b0758bb934174de334ca16f78c52c90258874ebc -hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@17895aec50d82ddfd898441d8db4bf1978070969 -cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@7b906cf6c92b87f8605410b7201a71135924cc76 -crypto-strategies @ git+https://github.com/QuantStrategyLab/CryptoStrategies.git@76fd9ca9fd079ac28011030d250799a4d06228c0 +quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@de18c2e9d93bcfc2220148a99749447059a6f4c6 +us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@2f3361c88f5bd65c9d577c6a51b9df5537332866 +hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@c94c218d693e037701376e45ae5a21a8046b3849 +cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@5be403ddc099ce3ed0cbd65552a6ebb64bdc5fdd +crypto-strategies @ git+https://github.com/QuantStrategyLab/CryptoStrategies.git@b96b887c5e8ba7e9ceff49b8a054b9a97d55e3e0 diff --git a/src/quant_platform_kit.egg-info/SOURCES.txt b/src/quant_platform_kit.egg-info/SOURCES.txt index bee1038..8093005 100644 --- a/src/quant_platform_kit.egg-info/SOURCES.txt +++ b/src/quant_platform_kit.egg-info/SOURCES.txt @@ -43,6 +43,7 @@ src/quant_platform_kit/common/indicators.py src/quant_platform_kit/common/market_signal_artifacts.py src/quant_platform_kit/common/models.py src/quant_platform_kit/common/notification_localization.py +src/quant_platform_kit/common/order_status.py src/quant_platform_kit/common/port_adapters.py src/quant_platform_kit/common/ports.py src/quant_platform_kit/common/quantity.py @@ -180,6 +181,7 @@ tests/test_models.py tests/test_notification_events.py tests/test_notification_localization.py tests/test_notification_redaction.py +tests/test_order_status.py tests/test_package_version.py tests/test_portfolio_diagnostics.py tests/test_position_sizing.py