-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): align QPK pin to f07f0bdeb658 #223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,7 +18,7 @@ dependencies = [ | |
| "pytest", | ||
| "pytz", | ||
| "requests", | ||
| "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@2381aa4577e9fd6329053a73a1c888929170eaf3", | ||
| "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@f07f0bdeb6580e1f28109830ccde85cb8ace092a", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This bump updates the installable Useful? React with 👍 / 👎. |
||
| "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@2381aa4577e9fd6329053a73a1c888929170eaf3", | ||
| "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@f07f0bdeb6580e1f28109830ccde85cb8ace092a", | ||
| ] | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As of 2026-07-10, QuantPlatformKit
mainpublishesQPK_PINasde18c2e9d93bcfc2220148a99749447059a6f4c6, but this change pinsf07f0bdeb6580e1f28109830ccde85cb8ace092a. The CI workflow checks out QuantPlatformKitmainwhen no matching branch exists and then runs the QPK pin-consistency step withexternal/QuantPlatformKit/QPK_PIN, so this stale pin will fail that guard before tests run; update the pyproject and lockfile to the current pin.Useful? React with 👍 / 👎.