Skip to content

Commit

Permalink
bump unstructured to 0.14.5 (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi authored Jun 11, 2024
1 parent 766a101 commit 510b3c5
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 @@ -52,7 +52,7 @@ llama-index-llms-vertex = { version = "0.1.5" }
llama-index-embeddings-gemini = { version = "0.1.6" }
llama-index-llms-huggingface = "^0.1.0"

unstructured = "0.14.2"
unstructured = "0.14.5"

[tool.poetry.group.dev.dependencies]
setuptools = "^70.0.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 @@ -50,7 +50,7 @@ langchain-google-genai = "0.0.11"
langchain-google-vertexai = "1.0.1"
langchain-nvidia-ai-endpoints = "0.0.9"

unstructured = "0.14.2"
unstructured = "0.14.5"

[tool.poetry.group.dev.dependencies]
setuptools = "^70.0.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.2"
unstructured = "0.14.5"
ragstack-ai-colbert = "1.0.5"

# langchain
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.2"
unstructured = "0.14.5"
ragstack-ai-colbert = "1.0.5"

# llama-index
Expand Down

0 comments on commit 510b3c5

Please sign in to comment.