Skip to content

Commit cdde58a

Browse files
release: 0.4.26
1 parent ae0249c commit cdde58a

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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.25"
2+
".": "0.4.26"
33
}

CHANGELOG.md

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

3+
## 0.4.26 (2025-10-17)
4+
5+
Full Changelog: [v0.4.25...v0.4.26](https://github.com/scaleapi/agentex-python/compare/v0.4.25...v0.4.26)
6+
7+
### Features
8+
9+
* **api:** api update ([04de58b](https://github.com/scaleapi/agentex-python/commit/04de58ba46e932cc7b1b276b080f6a020a2ba2e7))
10+
11+
12+
### Chores
13+
14+
* bump `httpx-aiohttp` version to 0.1.9 ([ce66b5a](https://github.com/scaleapi/agentex-python/commit/ce66b5a241ea7ecb96076f7091b7611f3537fcbb))
15+
316
## 0.4.25 (2025-10-10)
417

518
Full Changelog: [v0.4.24...v0.4.25](https://github.com/scaleapi/agentex-python/compare/v0.4.24...v0.4.25)

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.25"
3+
version = "0.4.26"
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.25" # x-release-please-version
4+
__version__ = "0.4.26" # x-release-please-version

0 commit comments

Comments
 (0)