From c8ddf2eacd613905b8664602c20d04dc1efe6e5d Mon Sep 17 00:00:00 2001 From: AdrianSosic Date: Wed, 21 Aug 2024 09:07:27 +0200 Subject: [PATCH] Bump uv to 0.3.0 uv lock has been stabilized this version, which is used for generating lockfiles. See https://github.com/astral-sh/uv/issues/2679#event-13950215962 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 974e4f9c70..8705301efe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,6 +90,7 @@ dev = [ "baybe[test]", "pip-audit>=2.5.5", "tox-uv>=1.7.0", + "uv>=0.3.0", # `uv lock` (for lockfiles) is stable since 0.3.0: https://github.com/astral-sh/uv/issues/2679#event-13950215962 ] docs = [