From 4a889b1c1ecbce9c98f5b72578aac1295a721249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 03:22:47 +0000 Subject: [PATCH] Update unstructured requirement in /topic/machine-learning/llm-langchain Updates the requirements on [unstructured](https://github.com/Unstructured-IO/unstructured) to permit the latest version. - [Release notes](https://github.com/Unstructured-IO/unstructured/releases) - [Changelog](https://github.com/Unstructured-IO/unstructured/blob/main/CHANGELOG.md) - [Commits](https://github.com/Unstructured-IO/unstructured/compare/0.2.0...0.15.0) --- updated-dependencies: - dependency-name: unstructured dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- topic/machine-learning/llm-langchain/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topic/machine-learning/llm-langchain/requirements.txt b/topic/machine-learning/llm-langchain/requirements.txt index 6de4a2e3..f154d1ea 100644 --- a/topic/machine-learning/llm-langchain/requirements.txt +++ b/topic/machine-learning/llm-langchain/requirements.txt @@ -13,7 +13,7 @@ requests<3 requests-cache<2 sqlalchemy==2.* sqlalchemy-cratedb==0.38.0 -unstructured<0.15 +unstructured<0.16 # Development. # cratedb-toolkit @ git+https://github.com/crate-workbench/cratedb-toolkit.git@main