Skip to content

Commit b66bef9

Browse files
authored
Bump unstructured to 0.15.7 (#643)
1 parent eb54a9f commit b66bef9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

libs/e2e-tests/pyproject.langchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ llama-index-multi-modal-llms-gemini = { version = "0.1.7" }
5454
llama-index-llms-vertex = { version = "0.1.5" }
5555
llama-index-embeddings-gemini = { version = "0.1.7" }
5656

57-
unstructured = "0.14.5"
57+
unstructured = "0.15.7"
5858

5959
[tool.poetry.group.lint.dependencies]
6060
ruff = "^0.5.0"

libs/e2e-tests/pyproject.llamaindex.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ langchain-google-genai = { version = "1.0.6" }
5353
langchain-google-vertexai = { version = "1.0.5" }
5454
langchain-nvidia-ai-endpoints = { version = "0.1.1" }
5555

56-
unstructured = "0.14.5"
56+
unstructured = "0.15.7"
5757

5858
[tool.poetry.group.lint.dependencies]
5959
ruff = "^0.5.0"

libs/langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ packages = [{ include = "ragstack_langchain" }]
1313
python = ">=3.9,<3.13"
1414
astrapy = "^1"
1515
cassio = "~0.1.4"
16-
unstructured = "0.14.5"
16+
unstructured = "0.15.7"
1717
ragstack-ai-colbert = { version = "1.0.6", optional = true }
1818
ragstack-ai-knowledge-store = { version = "0.2.1", optional = true }
1919

libs/llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ packages = [{ include = "ragstack_llamaindex" }]
1313
python = ">=3.9,<3.13"
1414
astrapy = "^1"
1515
cassio = "~0.1.4"
16-
unstructured = "0.14.5"
16+
unstructured = "0.15.7"
1717
ragstack-ai-colbert ={ version = "1.0.6", optional = true }
1818

1919
# llama-index

0 commit comments

Comments
 (0)