Skip to content

Commit ef46a2e

Browse files
vvillait88claude
andcommitted
chore: bump to v2.5.1
Dev-dependency lockfile refresh within existing ranges (lefthook, ruff, ty), setup-uv action bumped to its latest patch across the three workflows, and the agent_memory quickstart test fixture now mirrors the URL the API actually emits (the passport guide). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 53b336e commit ef46a2e

6 files changed

Lines changed: 51 additions & 51 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
timeout-minutes: 10
2020
steps:
2121
- uses: useblacksmith/checkout@v1
22-
- uses: astral-sh/setup-uv@v8.3.0
22+
- uses: astral-sh/setup-uv@v8.3.2
2323
- run: uv python install 3.12
2424
- uses: actions/cache@v6
2525
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v7
2121

22-
- uses: astral-sh/setup-uv@v8.3.0
22+
- uses: astral-sh/setup-uv@v8.3.2
2323

2424
- name: Set version from tag
2525
run: sed -i "s/^version = .*/version = \"${GITHUB_REF_NAME#v}\"/" pyproject.toml

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
timeout-minutes: 5
3636
steps:
3737
- uses: useblacksmith/checkout@v1
38-
- uses: astral-sh/setup-uv@v8.3.0
38+
- uses: astral-sh/setup-uv@v8.3.2
3939
- uses: actions/setup-python@v6
4040
with:
4141
python-version: "3.13"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "agentscore-py"
7-
version = "2.5.0"
7+
version = "2.5.1"
88
description = "Python client for the AgentScore APIs"
99
readme = "README.md"
1010
license = "MIT"

tests/test_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_agent_memory_hint_shape() -> None:
7373
memory: AgentMemoryHint = {
7474
"save_for_future_agentscore_gates": True,
7575
"pattern_summary": "AgentScore is a cross-merchant identity layer",
76-
"quickstart": "https://docs.agentscore.com/agent-commerce-quickstart",
76+
"quickstart": "https://docs.agentscore.com/passport",
7777
"identity_check_endpoint": "https://api.agentscore.com/v1/credentials",
7878
"list_wallets_endpoint": "https://api.agentscore.com/v1/credentials/wallets",
7979
"identity_paths": {

0 commit comments

Comments
 (0)