File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1616 - name : Install dependencies
1717 run : |
1818 python -m pip install --upgrade pip
19- pip install ta-lib==0.6.3 --index=https://pypi.vnpy.com
19+ pip install ta-lib==0.6.4 --index=https://pypi.vnpy.com
2020 pip install vnpy ruff mypy uv
2121 - name : Lint with ruff
2222 run : |
Original file line number Diff line number Diff line change 1+ # 1.1.1版本
2+
3+ 1 . 修复对于没有extra字段的数据保存时报错的问题
4+
15# 1.1.0版本
26
371 . vnpy框架4.0版本升级适配
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-1.1.0 -blueviolet.svg"/>
8+ <img src ="https://img.shields.io/badge/version-1.1.1 -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</p >
Original file line number Diff line number Diff line change 2727__all__ = ["Database" ]
2828
2929
30- __version__ = "1.1.0 "
30+ __version__ = "1.1.1 "
You can’t perform that action at this time.
0 commit comments