update docling-core version

Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
This commit is contained in:
Panos Vagenas 2024-12-02 16:11:53 +01:00
parent 79a4788277
commit 64aff225c6
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -896,13 +896,13 @@ files = [
[[package]] [[package]]
name = "docling-core" name = "docling-core"
version = "2.6.0" version = "2.6.1"
description = "A python library to define and validate data types in Docling." description = "A python library to define and validate data types in Docling."
optional = false optional = false
python-versions = "<4.0,>=3.9" python-versions = "<4.0,>=3.9"
files = [ files = [
{file = "docling_core-2.6.0-py3-none-any.whl", hash = "sha256:feda35ad24fb01d983eda3ea817ff10062d849832532bdbadd0326152902e2ad"}, {file = "docling_core-2.6.1-py3-none-any.whl", hash = "sha256:8e7a5bc0ce13289567738481949fed3ab580f2d8cea7525b246159233d81b26b"},
{file = "docling_core-2.6.0.tar.gz", hash = "sha256:1aa7b13e22cecf43a3127d6874bbf5a8a4c72e4da66c2aa2a69c651cfa574d5a"}, {file = "docling_core-2.6.1.tar.gz", hash = "sha256:c8af45e0873611120cc24757d567d37e053a54e2ce060b7b5b44efd0d73f75e5"},
] ]
[package.dependencies] [package.dependencies]
@ -7653,4 +7653,4 @@ tesserocr = ["tesserocr"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "6d93463a9d8ab91262b1e3947ac21ce63c2757d8b0ca68bc857516d742f1a621" content-hash = "ee3b3d938295f0057567c10fb808a0d95ed2fe9a32f459d489b4b29aacf710c8"

View File

@ -26,7 +26,7 @@ packages = [{include = "docling"}]
###################### ######################
python = "^3.9" python = "^3.9"
pydantic = ">=2.0.0,<2.10" pydantic = ">=2.0.0,<2.10"
docling-core = "^2.6.0" docling-core = "^2.6.1"
docling-ibm-models = "^2.0.6" docling-ibm-models = "^2.0.6"
deepsearch-glm = "^0.26.1" deepsearch-glm = "^0.26.1"
filetype = "^1.2.0" filetype = "^1.2.0"