From 60377e22ee0721989be37a72e0c1237485b6b7c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:41:33 +0000 Subject: [PATCH] Bump unstructured from 0.10.16 to 0.14.3 in /data-analysis-tool Bumps [unstructured](https://github.com/Unstructured-IO/unstructured) from 0.10.16 to 0.14.3. - [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.10.16...0.14.3) --- updated-dependencies: - dependency-name: unstructured dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- data-analysis-tool/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-analysis-tool/requirements.txt b/data-analysis-tool/requirements.txt index 98a1f99..cdb60f8 100644 --- a/data-analysis-tool/requirements.txt +++ b/data-analysis-tool/requirements.txt @@ -1,6 +1,6 @@ streamlit==1.24.0 tiktoken==0.5.1 -unstructured==0.10.16 +unstructured==0.14.3 langchain==0.0.316 PyPDF2==3.0.1 python-dotenv==1.0.0