Skip to content

Commit 68fb244

Browse files
committed
downgrade pydantic
Signed-off-by: shanhaikang.shk <shanhaikang.shk@oceanbase.com>
1 parent 0960157 commit 68fb244

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.1
18+
pip install pyobvector==0.2.2
1919
```
2020

2121
## Build Doc

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyobvector"
3-
version = "0.2.1"
3+
version = "0.2.2"
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"
@@ -12,7 +12,7 @@ sqlalchemy = ">=1.4,<2.0.36"
1212
pymysql = "^1.1.1"
1313
aiomysql = "^0.2.0"
1414
sqlglot = "^26.0.1"
15-
pydantic = "^2.10.4"
15+
pydantic = ">=2.7.4,<2.8.0"
1616

1717
[tool.poetry.group.dev.dependencies]
1818
pytest = "^8.2.2"

0 commit comments

Comments
 (0)