Update docling-core pinning

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
Christoph Auer 2024-12-17 14:44:50 +01:00
parent 8243325844
commit d29a245b8c
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -888,13 +888,13 @@ files = [
[[package]]
name = "docling-core"
version = "2.11.0"
version = "2.12.0"
description = "A python library to define and validate data types in Docling."
optional = false
python-versions = "<4.0,>=3.9"
files = [
{file = "docling_core-2.11.0-py3-none-any.whl", hash = "sha256:6a8890a1b68d88dd2d2e43febd97ec6b71aa18f265ed308e86b44186f33e8e22"},
{file = "docling_core-2.11.0.tar.gz", hash = "sha256:d69993f2561ec1a17ceb8f06b20e33c7a3a9ba0d117542eb1dfb43ddc5a9b734"},
{file = "docling_core-2.12.0-py3-none-any.whl", hash = "sha256:8d555024eed8ca5cc5deda077e0e9ba6f4653a8a00e96b325fe5d9d9b1fe6541"},
{file = "docling_core-2.12.0.tar.gz", hash = "sha256:dd00810d6856fb14bebc540c8f0ae8ea3932ffe9dc196c9430763fe3566d348a"},
]
[package.dependencies]
@ -7613,4 +7613,4 @@ tesserocr = ["tesserocr"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "8a45a0b5be48d121e8a4611c4535022d9393d511e63d68157bc33568a009f3c3"
content-hash = "3f9d6545f591b843bfc0e45b697842d0d31b26894ad38a65e819e58b98dad296"

View File

@ -25,7 +25,7 @@ packages = [{include = "docling"}]
# actual dependencies:
######################
python = "^3.9"
docling-core = { version = "^2.11.0", extras = ["chunking"] }
docling-core = { version = "^2.12.0", extras = ["chunking"] }
pydantic = "^2.0.0"
docling-ibm-models = "^3.1.0"
deepsearch-glm = "^1.0.0"