Skip to content

Commit f0b32c7

Browse files
release: 0.4.11
1 parent 6751d91 commit f0b32c7

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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.4.11"
33
}

CHANGELOG.md

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

3+
## 0.4.11 (2025-08-29)
4+
5+
Full Changelog: [v0.4.10...v0.4.11](https://github.com/scaleapi/agentex-python/compare/v0.4.10...v0.4.11)
6+
7+
### Bug Fixes
8+
9+
* avoid newer type syntax ([dc13a98](https://github.com/scaleapi/agentex-python/commit/dc13a98c9dcc1c6c58243573f7846f131261d37d))
10+
11+
12+
### Chores
13+
14+
* **internal:** add Sequence related utils ([6751d91](https://github.com/scaleapi/agentex-python/commit/6751d914f344f70c97654a7cc261bbbcd681205c))
15+
* **internal:** change ci workflow machines ([d2eda04](https://github.com/scaleapi/agentex-python/commit/d2eda04454768ef61aa3cac57637eadfa23d77c8))
16+
* **internal:** update pyright exclude list ([b4aa3ba](https://github.com/scaleapi/agentex-python/commit/b4aa3baa488e3a86952a05dbb7722b4aefe4a63f))
17+
318
## 0.4.10 (2025-08-24)
419

520
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.4.11"
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.4.11" # x-release-please-version

0 commit comments

Comments
 (0)