From 67f69fe8f43c28a94417ca234142635f3bbadd77 Mon Sep 17 00:00:00 2001 From: vvillait88 Date: Sun, 10 May 2026 17:42:13 -0700 Subject: [PATCH] =?UTF-8?q?chore:=202.1.2=20=E2=80=94=20republish=20from?= =?UTF-8?q?=20current=20main=20(recover=20from=20ghost=202.2.1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous 2.1.1 + accidental-cwd 2.2.1 publishes both built from a pre-merge commit (aa8a810, source-byte-identical to 2.1.0). This bump tags the post-merge commit (e494560) so the published 2.1.2 sdist actually reflects the version metadata. Source code is unchanged from 2.1.0/2.1.1 (idna 3.13 -> 3.14 was lockfile-only and lockfiles aren't shipped in the sdist), so no consumer behavior change. After 2.2.1 is yanked, pip install agentscore-py will resolve to 2.1.2. Co-Authored-By: Claude Opus 4.7 (1M context) --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5e6d3ab..4e6034c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "agentscore-py" -version = "2.1.1" +version = "2.1.2" description = "Python client for the AgentScore APIs" readme = "README.md" license = "MIT" diff --git a/uv.lock b/uv.lock index ff1fff3..95ab467 100644 --- a/uv.lock +++ b/uv.lock @@ -4,7 +4,7 @@ requires-python = ">=3.11" [[package]] name = "agentscore-py" -version = "2.1.1" +version = "2.1.2" source = { editable = "." } dependencies = [ { name = "httpx" },