From 136f7eaa4ea289d8dcf2145156a49b6682b39a79 Mon Sep 17 00:00:00 2001 From: Willem Jiang Date: Sat, 12 Jul 2025 14:46:17 +0800 Subject: [PATCH] fix:upgrade uv version to avoid the big change of uv.lock (#402) Co-authored-by: Willem Jiang <143703838+willem-bd@users.noreply.github.com> --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index eb5d53a..ddb9119 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,6 +48,9 @@ test = [ "pytest-asyncio>=1.0.0", ] +[tool.uv] +required-version = ">=0.6.15" + [tool.pytest.ini_options] testpaths = ["tests"] python_files = ["test_*.py"]