From 55a73b69131bf6e7ea5d339281a96a8110066e86 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Tue, 5 May 2026 19:27:42 +0100 Subject: [PATCH] [presto] pin uv to avoid installation problems --- presto/mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presto/mise.toml b/presto/mise.toml index 02ceb5e5..75c5ae11 100644 --- a/presto/mise.toml +++ b/presto/mise.toml @@ -1,5 +1,5 @@ [tools] -"uv" = "latest" +"uv" = "0.11.8" "pipx:mpremote" = "latest" [tasks.presto]