fix: handling of vlm model options and update deps (#314)

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi
2025-08-13 09:32:21 +02:00
committed by GitHub
parent 8048f4589a
commit 8b470cba8e
2 changed files with 1359 additions and 786 deletions

View File

@@ -35,7 +35,7 @@ requires-python = ">=3.10"
dependencies = [
"docling~=2.38",
"docling-core>=2.44.1",
"docling-jobkit[kfp,vlm]~=1.3",
"docling-jobkit[kfp,vlm]>=1.3.1,<2.0.0",
"fastapi[standard]~=0.115",
"httpx~=0.28",
"pydantic~=2.10",

2143
uv.lock generated

File diff suppressed because one or more lines are too long