Skip to content

Commit be4282e

Browse files
release: 0.4.11
1 parent 68a5976 commit be4282e

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.4.11 (2025-08-26)
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:** change ci workflow machines ([d2eda04](https://github.com/scaleapi/agentex-python/commit/d2eda04454768ef61aa3cac57637eadfa23d77c8))
15+
* **internal:** update pyright exclude list ([b4aa3ba](https://github.com/scaleapi/agentex-python/commit/b4aa3baa488e3a86952a05dbb7722b4aefe4a63f))
16+
317
## 0.4.10 (2025-08-24)
418

519
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)