mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 15:19:33 +00:00
partners/unstructured: release 0.1.3 (#26119)
This commit is contained in:
parent
de97d50644
commit
5c1ebd3086
1890
libs/partners/unstructured/poetry.lock
generated
1890
libs/partners/unstructured/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain-unstructured"
|
name = "langchain-unstructured"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
description = "An integration package connecting Unstructured and LangChain"
|
description = "An integration package connecting Unstructured and LangChain"
|
||||||
authors = []
|
authors = []
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
@ -13,7 +13,7 @@ license = "MIT"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.9,<4.0"
|
python = ">=3.9,<4.0"
|
||||||
langchain-core = "^0.2.23"
|
langchain-core = "^0.2.38"
|
||||||
unstructured-client = { version = "^0.25.0" }
|
unstructured-client = { version = "^0.25.0" }
|
||||||
unstructured = { version = "^0.15.7", optional = true, python = "<3.13", extras = [
|
unstructured = { version = "^0.15.7", optional = true, python = "<3.13", extras = [
|
||||||
"all-docs",
|
"all-docs",
|
||||||
|
Loading…
Reference in New Issue
Block a user