Merge branch 'main' into rtdl/msword_eqs_groups
Some checks failed
Run Docs CI / build-docs (push) Failing after 1m21s
Run CI / code-checks (push) Failing after 6m36s

Signed-off-by: Rafael Teixeira de Lima <Rafael.td.lima@gmail.com>
This commit is contained in:
Rafael Teixeira de Lima 2025-03-13 10:30:36 +01:00 committed by GitHub
commit 6f12b27a46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "docling" name = "docling"
version = "2.26.0" # DO NOT EDIT, updated automatically version = "2.26.0" # DO NOT EDIT, updated automatically
description = "SDK and CLI for parsing PDF, DOCX, HTML, and more, to a unified document representation for powering downstream workflows such as gen AI applications." description = "SDK and CLI for parsing PDF, DOCX, HTML, and more, to a unified document representation for powering downstream workflows such as gen AI applications."
authors = [ authors = [
"Christoph Auer <cau@zurich.ibm.com>", "Christoph Auer <cau@zurich.ibm.com>",
@ -46,7 +46,7 @@ packages = [{ include = "docling" }]
###################### ######################
python = "^3.9" python = "^3.9"
pydantic = "^2.0.0" pydantic = "^2.0.0"
docling-core = { extras = ["chunking"], version = "^2.22.0" } docling-core = {extras = ["chunking"], version = "^2.22.0"}
docling-ibm-models = "^3.4.0" docling-ibm-models = "^3.4.0"
docling-parse = "^3.3.0" docling-parse = "^3.3.0"
filetype = "^1.2.0" filetype = "^1.2.0"