Bump UsEquityStrategies for IBIT DCA#178
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8f7607920f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| gunicorn | ||
| quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@b846c9d777a450e95d23c264853997d671f47dd9 | ||
| us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@d08492ea4b4055515606ae386e59a31a943a7fec | ||
| us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@f92301b329ab5054ec5ed6fb8ce043b48ff18a0e |
There was a problem hiding this comment.
Add translations before enabling IBIT
This pin enables the new ibit_smart_dca runtime profile from UsEquityStrategies, so SUPPORTED_STRATEGY_PROFILES will now include it, but notifications/telegram.py has no strategy_name_ibit_smart_dca entries alongside the other supported profile names. In that state build_strategy_display_name() falls back to the raw profile slug, and tests/test_notifications.py explicitly asserts every supported profile has non-slug zh/en display names, so CI will fail until the translations are added or the profile is kept out of the supported set.
Useful? React with 👍 / 👎.
Summary
Tests