Skip to content

Commit 2c8c5c3

Browse files
release: 0.5.0
1 parent 1fc5e47 commit 2c8c5c3

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.10"
2+
".": "0.5.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 0.5.0 (2025-09-02)
4+
5+
Full Changelog: [v0.4.10...v0.5.0](https://github.com/scaleapi/agentex-python/compare/v0.4.10...v0.5.0)
6+
7+
### Features
8+
9+
* **types:** replace List[str] with SequenceNotStr in params ([1fc5e47](https://github.com/scaleapi/agentex-python/commit/1fc5e4759e80ce5c35c620373eb9acf63868166c))
10+
11+
12+
### Bug Fixes
13+
14+
* avoid newer type syntax ([dc13a98](https://github.com/scaleapi/agentex-python/commit/dc13a98c9dcc1c6c58243573f7846f131261d37d))
15+
16+
17+
### Chores
18+
19+
* **internal:** add Sequence related utils ([6751d91](https://github.com/scaleapi/agentex-python/commit/6751d914f344f70c97654a7cc261bbbcd681205c))
20+
* **internal:** change ci workflow machines ([d2eda04](https://github.com/scaleapi/agentex-python/commit/d2eda04454768ef61aa3cac57637eadfa23d77c8))
21+
* **internal:** update pyright exclude list ([b4aa3ba](https://github.com/scaleapi/agentex-python/commit/b4aa3baa488e3a86952a05dbb7722b4aefe4a63f))
22+
323
## 0.4.10 (2025-08-24)
424

525
Full Changelog: [v0.4.9...v0.4.10](https://github.com/scaleapi/agentex-python/compare/v0.4.9...v0.4.10)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agentex-sdk"
3-
version = "0.4.10"
3+
version = "0.5.0"
44
description = "The official Python library for the agentex API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/agentex/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "agentex"
4-
__version__ = "0.4.10" # x-release-please-version
4+
__version__ = "0.5.0" # x-release-please-version

0 commit comments

Comments
 (0)