fix: harden release packages and report market context (#1994)

* fix: bundle orjson in release packages

* fix: remove duplicate decision signal excerpts

* feat: add TickFlow sector ranking fallback
This commit is contained in:
zhulinsen
2026-07-12 18:56:21 +08:00
committed by GitHub
parent 49f46954b3
commit e8a9ca7742
23 changed files with 286 additions and 128 deletions

View File

@@ -34,6 +34,7 @@ pypinyin>=0.50.0 # Name-to-code resolver (pinyin matching)
openpyxl>=3.1.0 # Excel (.xlsx) parsing for import
numpy>=1.24.0 # Numeric computing
json-repair>=0.55.1 # JSON repair
orjson>=3.10,<4 # LiteLLM runtime JSON dependency; explicitly bundled in desktop builds
# AI analysis
# Keep the historical minimum version while excluding quarantined builds and avoiding future major breaks.