diff --git a/pyproject.toml b/pyproject.toml index 6151f89..1c54b4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "google-cloud-storage", "google-auth", "numpy", - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@56a03364d517fd0e2efb2c4d4add8a785fc5e857", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@2dee23c125c0b1b60946b3bf9e48ce75991bba36", "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@17ddb86c72d44b2c7b78ba7a10d8f71b21180166", ] @@ -61,5 +61,5 @@ include = [ [tool.uv] override-dependencies = [ - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@56a03364d517fd0e2efb2c4d4add8a785fc5e857", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@2dee23c125c0b1b60946b3bf9e48ce75991bba36", ] diff --git a/qsl.toml b/qsl.toml index 697b3b6..3e8829f 100644 --- a/qsl.toml +++ b/qsl.toml @@ -5,7 +5,7 @@ upgrade_ring = "ring_d" allow_legacy = false [qsl.requires] -quant_platform_kit = "56a03364d517fd0e2efb2c4d4add8a785fc5e857" +quant_platform_kit = "2dee23c125c0b1b60946b3bf9e48ce75991bba36" us_equity_strategies = "17ddb86c72d44b2c7b78ba7a10d8f71b21180166" [qsl.compat] diff --git a/uv.lock b/uv.lock index 31ca4c4..df6c3c9 100644 --- a/uv.lock +++ b/uv.lock @@ -17,7 +17,7 @@ resolution-markers = [ ] [manifest] -overrides = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=56a03364d517fd0e2efb2c4d4add8a785fc5e857" }] +overrides = [{ name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=2dee23c125c0b1b60946b3bf9e48ce75991bba36" }] [[package]] name = "anyio" @@ -186,7 +186,7 @@ requires-dist = [ { name = "pytest", marker = "extra == 'test'" }, { name = "pytest-cov", marker = "extra == 'test'" }, { name = "pytz" }, - { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=56a03364d517fd0e2efb2c4d4add8a785fc5e857" }, + { name = "quant-platform-kit", git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=2dee23c125c0b1b60946b3bf9e48ce75991bba36" }, { name = "requests" }, { name = "ruff", marker = "extra == 'test'" }, { name = "schwab-py" }, @@ -1320,7 +1320,7 @@ wheels = [ [[package]] name = "quant-platform-kit" version = "0.10.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=56a03364d517fd0e2efb2c4d4add8a785fc5e857#56a03364d517fd0e2efb2c4d4add8a785fc5e857" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=2dee23c125c0b1b60946b3bf9e48ce75991bba36#2dee23c125c0b1b60946b3bf9e48ce75991bba36" } [[package]] name = "requests"