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]