File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1717 run : |
1818 python -m pip install --upgrade pip
1919 pip install ta-lib==0.6.4 --index=https://pypi.vnpy.com
20- pip install vnpy ruff mypy uv
20+ pip install vnpy ruff mypy==1.19.1 uv
2121 - name : Lint with ruff
2222 run : |
2323 # Run ruff linter based on pyproject.toml configuration
2929 - name : Build packages with uv
3030 run : |
3131 # Build source distribution and wheel distribution
32- uv build --sdist
32+ uv build
Original file line number Diff line number Diff line change 1+ # 6.7.11.2版本
2+
3+ 1 . 调整特殊情况撤单(非交易时段、资金不足等)的日志输出
4+ 2 . 优化接口代码中的类型声明
5+
16# 6.7.11.1版本
27
381 . 修复结算报告的字符串内容由于在C++中转换为UTF-8导致不完整的问题
Original file line number Diff line number Diff line change 55</p >
66
77<p align =" center " >
8- <img src ="https://img.shields.io/badge/version-6.7.11.1 -blueviolet.svg"/>
8+ <img src ="https://img.shields.io/badge/version-6.7.11.2 -blueviolet.svg"/>
99 <img src ="https://img.shields.io/badge/platform-windows|linux|macos-yellow.svg"/>
1010 <img src ="https://img.shields.io/badge/python-3.10|3.11|3.12|3.13-blue.svg" />
1111 <img src ="https://img.shields.io/github/license/vnpy/vnpy.svg?color=orange"/>
Original file line number Diff line number Diff line change 11project (
22 ' vnpy_ctp' ,
33 ' cpp' ,
4- version : ' 6.7.11.1 ' ,
4+ version : ' 6.7.11.2 ' ,
55 license : ' MIT' ,
66 meson_version : ' >=1.7.0' ,
77 default_options : [
Original file line number Diff line number Diff line change 11[project ]
22name = " vnpy_ctp"
3- version = " 6.7.11.1 "
3+ version = " 6.7.11.2 "
44description = " CTP gateway for vn.py quant trading framework."
55readme = " README.md"
66license = {text = " MIT" }
You can’t perform that action at this time.
0 commit comments