feat: release v0.1.86

This commit is contained in:
shy3130
2026-07-18 00:49:28 +08:00
parent 34eaba3010
commit a1e8be58db
27 changed files with 1737 additions and 147 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
import sys
__version__ = "0.1.85"
__version__ = "0.1.86"
# Windows 默认 stdout/stderr 编码为 GBK(cp936),TickFlow SDK 内部输出含 emoji 的
# 指数/标的名称(如 \U0001f193)时会抛 UnicodeEncodeError,导致请求失败。