From 837fb65755d99ec74204bbc757288c2f38fe26d7 Mon Sep 17 00:00:00 2001 From: Tobias Wochinger Date: Wed, 4 Sep 2024 16:32:30 +0200 Subject: [PATCH] fix: pin weaviate-client (#1046) --- integrations/weaviate/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/weaviate/pyproject.toml b/integrations/weaviate/pyproject.toml index 4f9a3245a..624a06f1d 100644 --- a/integrations/weaviate/pyproject.toml +++ b/integrations/weaviate/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "haystack-ai", - "weaviate-client", + "weaviate-client>=4.0", "haystack-pydoc-tools", "python-dateutil", ]