Skip to content

Commit

Permalink
Bump unstructured to 0.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cbornet committed Aug 21, 2024
1 parent eb54a9f commit 479126e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libs/e2e-tests/pyproject.langchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ llama-index-multi-modal-llms-gemini = { version = "0.1.7" }
llama-index-llms-vertex = { version = "0.1.5" }
llama-index-embeddings-gemini = { version = "0.1.7" }

unstructured = "0.14.5"
unstructured = "0.15.7"

[tool.poetry.group.lint.dependencies]
ruff = "^0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/e2e-tests/pyproject.llamaindex.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ langchain-google-genai = { version = "1.0.6" }
langchain-google-vertexai = { version = "1.0.5" }
langchain-nvidia-ai-endpoints = { version = "0.1.1" }

unstructured = "0.14.5"
unstructured = "0.15.7"

[tool.poetry.group.lint.dependencies]
ruff = "^0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages = [{ include = "ragstack_langchain" }]
python = ">=3.9,<3.13"
astrapy = "^1"
cassio = "~0.1.4"
unstructured = "0.14.5"
unstructured = "0.15.7"
ragstack-ai-colbert = { version = "1.0.6", optional = true }
ragstack-ai-knowledge-store = { version = "0.2.1", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion libs/llamaindex/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages = [{ include = "ragstack_llamaindex" }]
python = ">=3.9,<3.13"
astrapy = "^1"
cassio = "~0.1.4"
unstructured = "0.14.5"
unstructured = "0.15.7"
ragstack-ai-colbert ={ version = "1.0.6", optional = true }

# llama-index
Expand Down

0 comments on commit 479126e

Please sign in to comment.