From a949d0a5de83071b4d048f68abe95ab748fd75cf Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Mon, 20 Jul 2026 10:13:35 -0400 Subject: [PATCH] chore: sync uv.lock to the 0.2.0 project version cz bump updates pyproject.toml's version but not uv.lock's own-package entry, which left `uv sync --locked` failing at the v0.2.0 release commit. Regenerate the lock so pyproject and uv.lock agree. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01NGzHtDvJur9U7ysgRKRUTN --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index c74e01a..bddf750 100644 --- a/uv.lock +++ b/uv.lock @@ -538,7 +538,7 @@ wheels = [ [[package]] name = "intervalsicu-mcp" -version = "0.1.0" +version = "0.2.0" source = { editable = "." } dependencies = [ { name = "alembic" },