Skip to content

Commit fd1ea71

Browse files
committed
sqlalchemy = '>=1.4,<=3'
Signed-off-by: shanhaikang.shk <shanhaikang.shk@oceanbase.com>
1 parent 231d099 commit fd1ea71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ poetry install
1515
- install with pip:
1616

1717
```shell
18-
pip install pyobvector==0.2.8
18+
pip install pyobvector==0.2.9
1919
```
2020

2121
## Build Doc

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tool.poetry]
22
name = "pyobvector"
3-
version = "0.2.8"
3+
version = "0.2.9"
44
description = "A python SDK for OceanBase Vector Store, based on SQLAlchemy, compatible with Milvus API."
55
authors = ["shanhaikang.shk <shanhaikang.shk@oceanbase.com>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = ">=3.9,<4.0"
1010
numpy = ">=1.17.0,<2.0.0"
11-
sqlalchemy = ">=1.4,<2.0.36"
11+
sqlalchemy = ">=1.4,<=3"
1212
pymysql = "^1.1.1"
1313
aiomysql = "^0.2.0"
1414
sqlglot = "^26.0.1"

0 commit comments

Comments
 (0)