From c4287a25e492875f0b3ca4469b8201def575f1fa Mon Sep 17 00:00:00 2001 From: bartzbeielstein <32470350+bartzbeielstein@users.noreply.github.com> Date: Tue, 2 Jun 2026 18:50:04 +0200 Subject: [PATCH] chore: sync uv.lock to package version 2.1.0 semantic-release bumps the version in pyproject.toml but does not run `uv lock`, so the lockfile's own-package entry lagged at 2.0.0. Every `uv run` then re-stamped it, producing spurious working-tree drift. Re-resolve (cache hit, single-line change) to align it. Co-Authored-By: Claude Opus 4.8 (1M context) --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 3cfb588..e107dcf 100644 --- a/uv.lock +++ b/uv.lock @@ -3109,7 +3109,7 @@ wheels = [ [[package]] name = "spotanomaly2" -version = "2.0.0" +version = "2.1.0" source = { editable = "." } dependencies = [ { name = "catboost" },