diff --git a/pyproject.toml b/pyproject.toml index ca48940..2d88950 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "pytest", "pytz", "requests", - "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", ] license = "MIT" @@ -82,5 +82,5 @@ show_missing = true [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 2d595e0..35abf5c 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 3148878..318f66e 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 = "blinker" @@ -446,7 +446,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 = "us-equity-strategies", git = "https://github.com/QuantStrategyLab/UsEquityStrategies.git?rev=17ddb86c72d44b2c7b78ba7a10d8f71b21180166" }, @@ -1102,7 +1102,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"