From f4125c310786b8685f1428cac76c3c79d0496827 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:29:40 +0000 Subject: [PATCH] Update dependency unstructured to v0.16.12 (#965) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 20 ++++++++++++++++---- pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 399eb41302..41670b12bd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4240,6 +4240,17 @@ traitlets = ">=5.1" docs = ["myst-parser", "pydata-sphinx-theme", "sphinx", "sphinxcontrib-github-alt", "sphinxcontrib-spelling"] test = ["pep440", "pre-commit", "pytest", "testpath"] +[[package]] +name = "ndjson" +version = "0.3.1" +description = "JsonDecoder for ndjson" +optional = false +python-versions = "*" +files = [ + {file = "ndjson-0.3.1-py2.py3-none-any.whl", hash = "sha256:839c22275e6baa3040077b83c005ac24199b94973309a8a1809be962c753a410"}, + {file = "ndjson-0.3.1.tar.gz", hash = "sha256:bf9746cb6bb1cb53d172cda7f154c07c786d665ff28341e4e689b796b229e5d6"}, +] + [[package]] name = "nest-asyncio" version = "1.6.0" @@ -8309,13 +8320,13 @@ files = [ [[package]] name = "unstructured" -version = "0.16.11" +version = "0.16.12" description = "A library that prepares raw documents for downstream ML tasks." optional = false python-versions = "<3.13,>=3.9.0" files = [ - {file = "unstructured-0.16.11-py3-none-any.whl", hash = "sha256:a92d5bc2c2b7bb23369641fb7a7f0daba1775639199306ce4cd83ca564a03763"}, - {file = "unstructured-0.16.11.tar.gz", hash = "sha256:33ebf68aae11ce33c8a96335296557b5abd8ba96eaba3e5a1554c0b9eee40bb5"}, + {file = "unstructured-0.16.12-py3-none-any.whl", hash = "sha256:bcac29ac1b38fba4228c5a1a7721d1aa7c48220f7c1dd43b563645c56e978c49"}, + {file = "unstructured-0.16.12.tar.gz", hash = "sha256:c3133731c6edb9c2f474e62cb2b560cd0a8d578c4532ec14d8c0941e401770b0"}, ] [package.dependencies] @@ -8331,6 +8342,7 @@ html5lib = "*" langdetect = "*" lxml = "*" markdown = {version = "*", optional = true, markers = "extra == \"local-inference\""} +ndjson = "*" networkx = {version = "*", optional = true, markers = "extra == \"local-inference\""} nltk = "*" numpy = "<2" @@ -9066,4 +9078,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "3.11.7" -content-hash = "10b717cdef4f2e85ae1febd2913a52c8557c56ff58bab5fe856c113b196ecef6" +content-hash = "d070fdd2b1eb2f8ba33562842f0b2ed2bec785a256f85f5fe7bc219cf0ed6c34" diff --git a/pyproject.toml b/pyproject.toml index 5fd5015386..cec16e01b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ lancedb = "0.17.0" pandas = "2.2.3" python-dotenv = "1.0.1" pyarrow = "14.0.2" -unstructured = { extras = ["local-inference"], version = "0.16.11" } +unstructured = { extras = ["local-inference"], version = "0.16.12" } [tool.poetry.group.dev.dependencies]