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>
This commit is contained in:
Willem Jiang
2025-07-12 14:46:17 +08:00
committed by GitHub
parent 3c46201ff0
commit 136f7eaa4e

View File

@@ -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"]