Merge pull request #350 from langflow-ai/fix/docling_version
fix: changed pyproject.toml docling versions
This commit is contained in:
commit
059c3dd3dc
2 changed files with 7 additions and 7 deletions
|
|
@ -12,8 +12,8 @@ dependencies = [
|
|||
"agentd>=0.2.2",
|
||||
"aiofiles>=24.1.0",
|
||||
"cryptography>=45.0.6",
|
||||
"docling[vlm]>=2.41.0; sys_platform != 'darwin'",
|
||||
"docling[ocrmac,vlm]>=2.41.0; sys_platform == 'darwin'",
|
||||
"docling[vlm]==2.41.0; sys_platform != 'darwin'",
|
||||
"docling[ocrmac,vlm]==2.41.0; sys_platform == 'darwin'",
|
||||
"google-api-python-client>=2.143.0",
|
||||
"google-auth-httplib2>=0.2.0",
|
||||
"google-auth-oauthlib>=1.2.0",
|
||||
|
|
@ -32,7 +32,7 @@ dependencies = [
|
|||
"python-dotenv>=1.0.0",
|
||||
"textual-fspicker>=0.6.0",
|
||||
"structlog>=25.4.0",
|
||||
"docling-serve>=1.4.1",
|
||||
"docling-serve==1.5.0",
|
||||
"easyocr>=1.7.1"
|
||||
]
|
||||
|
||||
|
|
|
|||
8
uv.lock
generated
8
uv.lock
generated
|
|
@ -1,5 +1,5 @@
|
|||
version = 1
|
||||
revision = 3
|
||||
revision = 4
|
||||
requires-python = ">=3.13"
|
||||
resolution-markers = [
|
||||
"platform_machine == 'x86_64' and sys_platform == 'linux'",
|
||||
|
|
@ -2397,9 +2397,9 @@ requires-dist = [
|
|||
{ name = "aiofiles", specifier = ">=24.1.0" },
|
||||
{ name = "boto3", specifier = ">=1.35.0" },
|
||||
{ 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-serve", specifier = ">=1.4.1" },
|
||||
{ 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-serve", specifier = "==1.5.0" },
|
||||
{ name = "easyocr", specifier = ">=1.7.1" },
|
||||
{ name = "google-api-python-client", specifier = ">=2.143.0" },
|
||||
{ name = "google-auth-httplib2", specifier = ">=0.2.0" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue