We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231d099 commit fd1ea71Copy full SHA for fd1ea71
README.md
@@ -15,7 +15,7 @@ poetry install
15
- install with pip:
16
17
```shell
18
-pip install pyobvector==0.2.8
+pip install pyobvector==0.2.9
19
```
20
21
## Build Doc
pyproject.toml
@@ -1,14 +1,14 @@
1
[tool.poetry]
2
name = "pyobvector"
3
-version = "0.2.8"
+version = "0.2.9"
4
description = "A python SDK for OceanBase Vector Store, based on SQLAlchemy, compatible with Milvus API."
5
authors = ["shanhaikang.shk <shanhaikang.shk@oceanbase.com>"]
6
readme = "README.md"
7
8
[tool.poetry.dependencies]
9
python = ">=3.9,<4.0"
10
numpy = ">=1.17.0,<2.0.0"
11
-sqlalchemy = ">=1.4,<2.0.36"
+sqlalchemy = ">=1.4,<=3"
12
pymysql = "^1.1.1"
13
aiomysql = "^0.2.0"
14
sqlglot = "^26.0.1"
0 commit comments