From 510b3c5a41855d4cdd8d0c70bb2ddade3874673d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Tue, 11 Jun 2024 16:33:58 +0200 Subject: [PATCH] bump unstructured to 0.14.5 (#479) --- libs/e2e-tests/pyproject.langchain.toml | 2 +- libs/e2e-tests/pyproject.llamaindex.toml | 2 +- libs/langchain/pyproject.toml | 2 +- libs/llamaindex/pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/e2e-tests/pyproject.langchain.toml b/libs/e2e-tests/pyproject.langchain.toml index c7619206d..08eb89a6f 100644 --- a/libs/e2e-tests/pyproject.langchain.toml +++ b/libs/e2e-tests/pyproject.langchain.toml @@ -52,7 +52,7 @@ llama-index-llms-vertex = { version = "0.1.5" } llama-index-embeddings-gemini = { version = "0.1.6" } llama-index-llms-huggingface = "^0.1.0" -unstructured = "0.14.2" +unstructured = "0.14.5" [tool.poetry.group.dev.dependencies] setuptools = "^70.0.0" diff --git a/libs/e2e-tests/pyproject.llamaindex.toml b/libs/e2e-tests/pyproject.llamaindex.toml index d2a775296..11fa00e29 100644 --- a/libs/e2e-tests/pyproject.llamaindex.toml +++ b/libs/e2e-tests/pyproject.llamaindex.toml @@ -50,7 +50,7 @@ langchain-google-genai = "0.0.11" langchain-google-vertexai = "1.0.1" langchain-nvidia-ai-endpoints = "0.0.9" -unstructured = "0.14.2" +unstructured = "0.14.5" [tool.poetry.group.dev.dependencies] setuptools = "^70.0.0" diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml index ae81ee2a3..011ec0a68 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -13,7 +13,7 @@ packages = [{ include = "ragstack_langchain" }] python = ">=3.9,<3.13" astrapy = "^1" cassio = "~0.1.4" -unstructured = "0.14.2" +unstructured = "0.14.5" ragstack-ai-colbert = "1.0.5" # langchain diff --git a/libs/llamaindex/pyproject.toml b/libs/llamaindex/pyproject.toml index 2697e76cd..782793206 100644 --- a/libs/llamaindex/pyproject.toml +++ b/libs/llamaindex/pyproject.toml @@ -13,7 +13,7 @@ packages = [{ include = "ragstack_llamaindex" }] python = ">=3.9,<3.13" astrapy = "^1" cassio = "~0.1.4" -unstructured = "0.14.2" +unstructured = "0.14.5" ragstack-ai-colbert = "1.0.5" # llama-index