python3Packages.docling-core: 2.31.2 -> 2.43.0

This commit is contained in:
codgician 2025-07-16 16:56:19 +08:00
parent 429401d7e5
commit b7657a9acd
No known key found for this signature in database

View File

@ -5,6 +5,7 @@
# build-system
poetry-core,
setuptools,
# dependencies
jsonref,
@ -28,18 +29,19 @@
buildPythonPackage rec {
pname = "docling-core";
version = "2.31.2";
version = "2.43.0";
pyproject = true;
src = fetchFromGitHub {
owner = "docling-project";
repo = "docling-core";
tag = "v${version}";
hash = "sha256-O0GfEoWImDjehCPb8erBdY2gYalj2im8rxdJKEsbUs4=";
hash = "sha256-c9TaX4INfTfR3ZpmXbOteHr2R2jAbVzvMk8tO1XV4Nc=";
};
build-system = [
poetry-core
setuptools
];
dependencies = [
@ -59,7 +61,6 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"pillow"
"typer"
];
pythonImportsCheck = [