From e39b2d285ddb03a69f39a5cebf9fe4a023887e70 Mon Sep 17 00:00:00 2001 From: Sebastian Husch Lee Date: Thu, 25 Jan 2024 06:39:57 +0000 Subject: [PATCH] Unpin unstructured (#261) --- integrations/unstructured/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/unstructured/pyproject.toml b/integrations/unstructured/pyproject.toml index e199b3c3e..9cc2a0c6a 100644 --- a/integrations/unstructured/pyproject.toml +++ b/integrations/unstructured/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "haystack-ai", - "unstructured<0.11.4", # FIXME: investigate why 0.11.4 broke the tests + "unstructured", ] [project.urls]