From 4ad2a09c584abfa70c81c97ca14bb7dcd5cb31d5 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Tue, 4 Nov 2025 16:28:33 -0300 Subject: [PATCH] Added another uv lock revision --- uv.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uv.lock b/uv.lock index 825ccbec..09f227b3 100644 --- a/uv.lock +++ b/uv.lock @@ -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" },