Skip to content

Commit

Permalink
fix: update unstructured dependency pin (#17246)
Browse files Browse the repository at this point in the history
  • Loading branch information
masci authored Dec 11, 2024
1 parent 21f6e34 commit cc1a8b6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
4 changes: 0 additions & 4 deletions llama-index-packs/llama-index-packs-recursive-retriever/BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
poetry_requirements(
name="poetry",
)

python_requirements(
name="reqs",
)
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ license = "MIT"
maintainers = ["jerryjliu"]
name = "llama-index-packs-recursive-retriever"
readme = "README.md"
version = "0.5.0"
version = "0.6.0"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
llama-index-readers-file = "^0.4.0"
lxml = "^5.1.0"
unstructured = "0.10.18"
unstructured = "^0.14.3"
llama-index-llms-openai = "^0.3.0"
llama-index-core = "^0.12.0"

Expand Down

This file was deleted.

0 comments on commit cc1a8b6

Please sign in to comment.