-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): align QPK pin to 8378e93 and add CI gate #71
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 |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ description = "Shared crypto strategy catalog and implementations" | |
| readme = "README.md" | ||
| requires-python = ">=3.11" | ||
| dependencies = [ | ||
| "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0af622ac9d47f7ef93f9379f9ded314c27a344ff", | ||
| "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@8378e939d9324ea63a0f45c9f21ba0e2eeb1cfff", | ||
|
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.
Changing this dependency to Useful? React with 👍 / 👎. |
||
| ] | ||
|
|
||
| [tool.setuptools] | ||
|
|
||
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.
Under the QPK #202 script this step depends on,
check_qpk_pin_consistency.pyscans cross-file QSL pin drift. This repo'sqsl.tomlstill pins QuantPlatformKit at37c819...while this change movespyproject.toml/uv.lockto8378e939..., so enabling this step makes CI fail before tests even if the unit-test constant is fixed. Includeqsl.tomlin the pin update or hold off on running the expanded gate.Useful? React with 👍 / 👎.