Merge pull request #364 from langflow-ai/pin-docking-core

pin docling-core
This commit is contained in:
Sebastián Estévez 2025-11-06 11:12:04 -08:00 committed by GitHub
commit 0a027db37d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -33,6 +33,7 @@ dependencies = [
"textual-fspicker>=0.6.0",
"structlog>=25.4.0",
"docling-serve==1.5.0",
"docling-core==2.48.1",
"easyocr>=1.7.1"
]

2
uv.lock generated
View file

@ -2361,6 +2361,7 @@ dependencies = [
{ name = "cryptography" },
{ name = "docling", extra = ["ocrmac"], marker = "sys_platform == 'darwin'" },
{ name = "docling", extra = ["vlm"] },
{ name = "docling-core" },
{ name = "docling-serve" },
{ name = "easyocr" },
{ name = "google-api-python-client" },
@ -2399,6 +2400,7 @@ requires-dist = [
{ name = "cryptography", specifier = ">=45.0.6" },
{ name = "docling", extras = ["ocrmac", "vlm"], marker = "sys_platform == 'darwin'", specifier = "==2.41.0" },
{ name = "docling", extras = ["vlm"], marker = "sys_platform != 'darwin'", specifier = "==2.41.0" },
{ name = "docling-core", specifier = "==2.48.1" },
{ name = "docling-serve", specifier = "==1.5.0" },
{ name = "easyocr", specifier = ">=1.7.1" },
{ name = "google-api-python-client", specifier = ">=2.143.0" },