File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ packages = [{ include = "ragstack" }]
13
13
python = " >=3.9,<4.0"
14
14
astrapy = " ~0.7.0"
15
15
cassio = " ~0.1.3"
16
- unstructured = { version = " 0.12.4 " }
16
+ unstructured = { version = " 0.12.5 " }
17
17
llama-index = { version = " 0.9.48" , extras = [" langchain" ] }
18
18
llama-parse = { version = " 0.1.4" }
19
19
langchain = { version = " 0.1.4" }
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ langchain-nvidia-ai-endpoints = { version = "0.0.1" }
51
51
astrapy = " ~0.7.0"
52
52
# we need this specific feature from cassio: https://github.com/CassioML/cassio/pull/128
53
53
cassio = " ~0.1.4"
54
- unstructured = { version = " 0.12.4 " }
54
+ unstructured = { version = " 0.12.5 " }
55
55
56
56
[build-system ]
57
57
requires = [" poetry-core" ]
You can’t perform that action at this time.
0 commit comments