From 47ba49258f26e452d254acfce686d7cf42939550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 09:45:58 +0300 Subject: [PATCH] chore(deps): bump unstructured from 0.12.6 to 0.14.5 (#43) Bumps [unstructured](https://github.com/Unstructured-IO/unstructured) from 0.12.6 to 0.14.5. - [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.12.6...0.14.5) --- updated-dependencies: - dependency-name: unstructured dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5629111..d358170 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pinecone-client==3.2.2 tiktoken==0.6.0 pypdf==4.1.0 -unstructured==0.13.2 +unstructured==0.14.5 langchain-community==0.0.31 langchain==0.1.14 langchain-openai==0.1.1 diff --git a/setup.cfg b/setup.cfg index 184c49e..5ce7ad8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ install_requires = pinecone-client==3.2.2 tiktoken==0.6.0 pypdf==4.1.0 - unstructured==0.12.6 + unstructured==0.14.5 langchain-community==0.0.31 langchain==0.1.14 langchain-openai==0.1.1