Skip to content

Commit df44d42

Browse files
authored
updated unstructured to 0.12.5 (#303)
1 parent 236884a commit df44d42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ packages = [{ include = "ragstack" }]
1313
python = ">=3.9,<4.0"
1414
astrapy = "~0.7.0"
1515
cassio = "~0.1.3"
16-
unstructured = { version = "0.12.4" }
16+
unstructured = { version = "0.12.5" }
1717
llama-index = { version = "0.9.48", extras = ["langchain"] }
1818
llama-parse = { version = "0.1.4" }
1919
langchain = { version = "0.1.4" }

ragstack-e2e-tests/pyproject.llamaindex.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ langchain-nvidia-ai-endpoints = { version = "0.0.1" }
5151
astrapy = "~0.7.0"
5252
# we need this specific feature from cassio: https://github.com/CassioML/cassio/pull/128
5353
cassio = "~0.1.4"
54-
unstructured = { version = "0.12.4" }
54+
unstructured = { version = "0.12.5" }
5555

5656
[build-system]
5757
requires = ["poetry-core"]

0 commit comments

Comments
 (0)