From 6ca046586bb7b1d396109193c7090d39ea5af9cd Mon Sep 17 00:00:00 2001 From: dangotbanned <125183946+dangotbanned@users.noreply.github.com> Date: Sat, 18 Jan 2025 13:43:52 +0000 Subject: [PATCH] ci(uv): Remove dynamic version from `uv.lock` Seems to have been a bug that was resolved in https://github.com/astral-sh/uv/issues/10689 Essentially, each time I've switched branches this change keeps trying to happen. --- uv.lock | 1 - 1 file changed, 1 deletion(-) diff --git a/uv.lock b/uv.lock index 6ca37e0b0..732957321 100644 --- a/uv.lock +++ b/uv.lock @@ -47,7 +47,6 @@ wheels = [ [[package]] name = "altair" -version = "5.6.0.dev0" source = { editable = "." } dependencies = [ { name = "jinja2" },