diff --git a/poetry.lock b/poetry.lock index ad59571aa6c18..f53be8c20e771 100644 --- a/poetry.lock +++ b/poetry.lock @@ -6301,6 +6301,20 @@ mpmath = ">=1.1.0,<1.4" [package.extras] dev = ["hypothesis (>=6.70.0)", "pytest (>=7.1.0)"] +[[package]] +name = "tabulate" +version = "0.9.0" +description = "Pretty-print tabular data" +optional = false +python-versions = ">=3.7" +files = [ + {file = "tabulate-0.9.0-py3-none-any.whl", hash = "sha256:024ca478df22e9340661486f85298cff5f6dcdba14f3813e8830015b9ed1948f"}, + {file = "tabulate-0.9.0.tar.gz", hash = "sha256:0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c"}, +] + +[package.extras] +widechars = ["wcwidth"] + [[package]] name = "tenacity" version = "9.0.0" @@ -7368,4 +7382,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "7a624c57437a7a9c4d3e923b8999cd5c3b72d2e8781a84f293bc31eb3c7da6d9" +content-hash = "138c279994b75a02c377fd5fde3808770c9ae6259c59728b9986480d93790aa1" diff --git a/pyproject.toml b/pyproject.toml index 3222b4e38e6ca..0466cad3b8ed8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,7 @@ grandalf = "^0.8" lark = "^1.1.9" pandas = "^2" rank-bm25 = "^0.2.2" +tabulate = "^0.9.0" unstructured = { version = "^0.16.11", extras = ["md"], python = "<3.13" } wikipedia = "^1.4.0" pypdf = "^5.0.0"