Skip to content

Commit 9d5a814

Browse files
release: 0.4.24
1 parent c09a88c commit 9d5a814

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-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.23"
2+
".": "0.4.24"
33
}

CHANGELOG.md

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

3+
## 0.4.24 (2025-10-08)
4+
5+
Full Changelog: [v0.4.23...v0.4.24](https://github.com/scaleapi/agentex-python/compare/v0.4.23...v0.4.24)
6+
7+
### Bug Fixes
8+
9+
* health check port handling ([#138](https://github.com/scaleapi/agentex-python/issues/138)) ([fe22301](https://github.com/scaleapi/agentex-python/commit/fe223012db49768f38c4de56b5d5744031b631d1))
10+
11+
12+
### Chores
13+
14+
* do not install brew dependencies in ./scripts/bootstrap by default ([d7b345e](https://github.com/scaleapi/agentex-python/commit/d7b345e29ec16f5c6eac1ee5514f44c829d5395a))
15+
* improve example values ([6a95e19](https://github.com/scaleapi/agentex-python/commit/6a95e19bd7b49ae4b734558019667697a10980b6))
16+
* **internal:** update pydantic dependency ([229ae68](https://github.com/scaleapi/agentex-python/commit/229ae682643c84e0649e0915a59096e0efb7c0e6))
17+
* **internal:** version bump ([ec94e12](https://github.com/scaleapi/agentex-python/commit/ec94e1221d7ab441303aa71ee287f75600086246))
18+
* **internal:** version bump ([2ec8bc8](https://github.com/scaleapi/agentex-python/commit/2ec8bc87d2f531d891d21bbb6b4ad2a961feda23))
19+
* **internal:** version bump ([d0d4235](https://github.com/scaleapi/agentex-python/commit/d0d4235a85009114b489303557250dfea00ddb04))
20+
* **types:** change optional parameter type from NotGiven to Omit ([19fc4aa](https://github.com/scaleapi/agentex-python/commit/19fc4aa1e949f540e55cbf43444451dddde7d72b))
21+
322
## 0.4.23 (2025-10-02)
423

524
Full Changelog: [v0.4.22...v0.4.23](https://github.com/scaleapi/agentex-python/compare/v0.4.22...v0.4.23)

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

0 commit comments

Comments
 (0)