File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ poetry install
1515- install with pip:
1616
1717``` shell
18- pip install pyobvector==0.2.1
18+ pip install pyobvector==0.2.2
1919```
2020
2121## Build Doc
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pyobvector"
3- version = " 0.2.1 "
3+ version = " 0.2.2 "
44description = " A python SDK for OceanBase Vector Store, based on SQLAlchemy, compatible with Milvus API."
55authors = [" shanhaikang.shk <shanhaikang.shk@oceanbase.com>" ]
66readme = " README.md"
@@ -12,7 +12,7 @@ sqlalchemy = ">=1.4,<2.0.36"
1212pymysql = " ^1.1.1"
1313aiomysql = " ^0.2.0"
1414sqlglot = " ^26.0.1"
15- pydantic = " ^2.10.4 "
15+ pydantic = " >=2.7.4,<2.8.0 "
1616
1717[tool .poetry .group .dev .dependencies ]
1818pytest = " ^8.2.2"
You can’t perform that action at this time.
0 commit comments