From c676125ddde53120246d8c7ebb59bbc51656e61a Mon Sep 17 00:00:00 2001 From: vvillait88 Date: Tue, 18 Aug 2026 14:29:23 -0700 Subject: [PATCH] chore: sync uv.lock to the 2.7.0 self-version The 2.7.0 release bumped pyproject.toml without regenerating the lock; uv rewrites the editable self-entry on the next sync, which left every checkout dirty. Co-Authored-By: Claude Fable 5 --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 5551df7..9a9d119 100644 --- a/uv.lock +++ b/uv.lock @@ -13,7 +13,7 @@ constraints = [{ name = "fastapi", specifier = "!=0.136.3" }] [[package]] name = "agentscore-commerce" -version = "2.6.0" +version = "2.7.0" source = { editable = "." } dependencies = [ { name = "agentscore-py" },