diff --git a/pyproject.toml b/pyproject.toml index a53551d0..23e7aabc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] 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." authors = [ "Christoph Auer ", @@ -46,7 +46,7 @@ packages = [{ include = "docling" }] ###################### python = "^3.9" 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-parse = "^3.3.0" filetype = "^1.2.0"