From 10df4d0229c06c3975f56b566e8b42d0ddc695cf Mon Sep 17 00:00:00 2001 From: vvillait88 Date: Mon, 31 Aug 2026 14:37:22 -0400 Subject: [PATCH] chore: sync uv.lock own-version to the released 2.8.0 Release 2.8.0 (#125) bumped pyproject.toml but the committed uv.lock still recorded agentscore-commerce 2.7.2. uv.lock embeds the project's own version, so a version bump leaves the lock stale unless uv lock is re-run. Re-locking resolves 141 packages with no dependency change; this corrects only the own-version line. --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 987938c..6dbca55 100644 --- a/uv.lock +++ b/uv.lock @@ -13,7 +13,7 @@ prerelease-mode = "disallow" [[package]] name = "agentscore-commerce" -version = "2.7.2" +version = "2.8.0" source = { editable = "." } dependencies = [ { name = "agentscore-py" },