From 88e927073d9834289cc70f42627608a29831213b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:43:40 +0000 Subject: [PATCH] Bump unstructured from 0.13.3 to 0.14.3 in /src/api Bumps [unstructured](https://github.com/Unstructured-IO/unstructured) from 0.13.3 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.13.3...0.14.3) --- updated-dependencies: - dependency-name: unstructured dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/requirements.txt b/src/api/requirements.txt index 23a58c0..fa95721 100644 --- a/src/api/requirements.txt +++ b/src/api/requirements.txt @@ -10,7 +10,7 @@ openai==1.14.3 tiktoken==0.6.0 azure-identity==1.15.0 azure-cosmos==4.6.0 -unstructured==0.13.3 +unstructured==0.14.3 langchain-openai==0.1.3 markdown==3.6 pillow==10.4.0