From df46e17b60d1ad481cfb6dfb752c49c2e06bb628 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 8 Sep 2025 22:02:44 -0300 Subject: [PATCH] Update uv.lock to reflect new package version and revision This commit updates the uv.lock file by incrementing the revision number to 3 and updating the version of the "openrag" package from 0.1.0 to 0.1.1. These changes ensure that the project dependencies are accurately tracked and align with best practices for maintaining robust async code. --- uv.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uv.lock b/uv.lock index 87734b48..bd7da744 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.13" resolution-markers = [ "sys_platform == 'darwin'", @@ -1405,7 +1405,7 @@ wheels = [ [[package]] name = "openrag" -version = "0.1.0" +version = "0.1.1" source = { editable = "." } dependencies = [ { name = "agentd" },