From 8933f1020dfc538fbbbd39652e5591541483592c Mon Sep 17 00:00:00 2001 From: kenwoodjw Date: Tue, 3 Jun 2025 16:04:39 +0800 Subject: [PATCH] fix pyproject and uv.lock Signed-off-by: kenwoodjw --- api/pyproject.toml | 2 +- api/uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index 82669b9862..50a765c0e1 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -199,4 +199,4 @@ vdb = [ "volcengine-compat~=1.0.0", "weaviate-client~=3.24.0", "xinference-client~=1.2.2", -] \ No newline at end of file +] diff --git a/api/uv.lock b/api/uv.lock index 96c959cc22..a1e1d6146a 100644 --- a/api/uv.lock +++ b/api/uv.lock @@ -6680,4 +6680,4 @@ wheels = [ [package.optional-dependencies] cffi = [ { name = "cffi", marker = "platform_python_implementation == 'PyPy'" }, -] \ No newline at end of file +]