Skip to content

Commit c8afe7d

Browse files
fix: weaviate-client version constraint (#199) (#200)
1 parent eba0f51 commit c8afe7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ qdrant-client = "^1.11.0"
1010
typer = "^0.6.1"
1111
jsons = "^1.6.3"
1212
h5py = "^3.7.0"
13-
weaviate-client = "^4.5.0"
13+
weaviate-client = ">= 4.5, < 4.7"
1414
elasticsearch = "^8.10.0"
1515
pymilvus = "^2.4.1"
1616
redis = "^5.0.1"

0 commit comments

Comments
 (0)