Skip to content

Commit e0ee449

Browse files
authored
bug: fix minimal requirement for databricks-vectorsearch package (#229)
1 parent 746f7c8 commit e0ee449

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"typing_extensions",
1212
"pydantic",
1313
"databricks-sdk>=0.49.0",
14-
"databricks-vectorsearch>=0.50",
14+
"databricks-vectorsearch>=0.57",
1515
"pandas",
1616
"tiktoken>=0.8.0",
1717
"tabulate>=0.9.0",
@@ -39,6 +39,7 @@ dev = [
3939
"pytest",
4040
"mlflow",
4141
"ruff==0.12.10",
42+
"pytest-asyncio",
4243
]
4344
doc = [
4445
"docutils>=0.21.2",

0 commit comments

Comments
 (0)