Skip to content

Commit 5caec98

Browse files
release: 0.4.26
1 parent a7bc6e0 commit 5caec98

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 ([eeb8fe2](https://github.com/scaleapi/agentex-python/commit/eeb8fe2725749f7b9a78e9f3aa2a4bc58df38c2d))
10+
11+
12+
### Chores
13+
14+
* bump `httpx-aiohttp` version to 0.1.9 ([38debd9](https://github.com/scaleapi/agentex-python/commit/38debd9fea5d1876661f184c27ac122f7eb7e911))
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)