From c20993f78a53d81659a6af76a847d473a356a3af Mon Sep 17 00:00:00 2001 From: anakin87 Date: Mon, 4 May 2026 16:17:18 +0200 Subject: [PATCH] chore: weaviate - pin python-dateutil --- 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 afdee648c7..d99bb9de26 100644 --- a/integrations/weaviate/pyproject.toml +++ b/integrations/weaviate/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ "haystack-ai>=2.28.0", "weaviate-client>=4.20", - "python-dateutil", + "python-dateutil>=2.7.0", ] [project.urls]