Skip to content

Commit b5eec3b

Browse files
authored
Release 2.4.3: fix README api_key default (#35)
Patch release. - README Configuration table: `api_key` is required (raises `ValueError` if missing), not defaulted to `None`. - Bump version to 2.4.3.
1 parent ad836b6 commit b5eec3b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ with AgentScore(api_key="as_live_...") as client:
161161

162162
| Parameter | Default | Description |
163163
|---------------|-----------------------------|--------------------------|
164-
| `api_key` | `None` | API key from [agentscore.sh](https://agentscore.sh) |
164+
| `api_key` | _(required)_ | API key from [agentscore.sh](https://agentscore.sh); raises `ValueError` if missing |
165165
| `base_url` | `https://api.agentscore.sh` | API base URL |
166166
| `timeout` | `10.0` | Request timeout (seconds)|
167167
| `user_agent` | `None` | Prepended to the default `User-Agent` as `"{user_agent} (agentscore-py/{version})"`. Use to attribute API calls to your app. |

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.4.2"
7+
version = "2.4.3"
88
description = "Python client for the AgentScore APIs"
99
readme = "README.md"
1010
license = "MIT"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)