partners/unstructured: release 0.1.3 (#26119)

This commit is contained in:
Erick Friis 2024-09-06 09:22:53 -07:00 committed by GitHub
parent de97d50644
commit 5c1ebd3086
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 973 additions and 921 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-unstructured"
version = "0.1.2"
version = "0.1.3"
description = "An integration package connecting Unstructured and LangChain"
authors = []
readme = "README.md"
@ -13,7 +13,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.2.23"
langchain-core = "^0.2.38"
unstructured-client = { version = "^0.25.0" }
unstructured = { version = "^0.15.7", optional = true, python = "<3.13", extras = [
"all-docs",