From 106c9ed0a35c8d327559c36a2f804111762376d0 Mon Sep 17 00:00:00 2001 From: Rebai Mohamed Date: Tue, 5 Aug 2025 20:42:02 +0100 Subject: [PATCH] chore: added a minimum required uv version for stable lock diffs --- pyproject.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ad4bb7314..d1c9807ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,9 @@ requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" +[tool.uv] +required-version = ">=0.7.0" + [project] name = "llama_stack" version = "0.2.15" @@ -65,14 +68,14 @@ dev = [ "pytest-cov", "pytest-html", "pytest-json-report", - "pytest-socket", # For blocking network access in unit tests - "nbval", # For notebook testing + "pytest-socket", # For blocking network access in unit tests + "nbval", # For notebook testing "black", "ruff", "types-requests", "types-setuptools", "pre-commit", - "ruamel.yaml", # needed for openapi generator + "ruamel.yaml", # needed for openapi generator ] # These are the dependencies required for running unit tests. unit = [