Skip to content

Commit eb95ca7

Browse files
release: 0.5.0
1 parent f2c4ac0 commit eb95ca7

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-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.5.0"
33
}

CHANGELOG.md

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

3+
## 0.5.0 (2025-10-10)
4+
5+
Full Changelog: [v0.4.23...v0.5.0](https://github.com/scaleapi/agentex-python/compare/v0.4.23...v0.5.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([a48c025](https://github.com/scaleapi/agentex-python/commit/a48c02595016568f14c38e246fbc9b193ed0fa1f))
10+
11+
12+
### Bug Fixes
13+
14+
* health check port handling ([#138](https://github.com/scaleapi/agentex-python/issues/138)) ([fe22301](https://github.com/scaleapi/agentex-python/commit/fe223012db49768f38c4de56b5d5744031b631d1))
15+
16+
17+
### Chores
18+
19+
* do not install brew dependencies in ./scripts/bootstrap by default ([d7b345e](https://github.com/scaleapi/agentex-python/commit/d7b345e29ec16f5c6eac1ee5514f44c829d5395a))
20+
* improve example values ([6a95e19](https://github.com/scaleapi/agentex-python/commit/6a95e19bd7b49ae4b734558019667697a10980b6))
21+
* **internal:** detect missing future annotations with ruff ([6810f9f](https://github.com/scaleapi/agentex-python/commit/6810f9ff02f1c56215ad823083e59adf6053f8a0))
22+
* **internal:** update pydantic dependency ([229ae68](https://github.com/scaleapi/agentex-python/commit/229ae682643c84e0649e0915a59096e0efb7c0e6))
23+
* **internal:** version bump ([ec94e12](https://github.com/scaleapi/agentex-python/commit/ec94e1221d7ab441303aa71ee287f75600086246))
24+
* **internal:** version bump ([2ec8bc8](https://github.com/scaleapi/agentex-python/commit/2ec8bc87d2f531d891d21bbb6b4ad2a961feda23))
25+
* **internal:** version bump ([d0d4235](https://github.com/scaleapi/agentex-python/commit/d0d4235a85009114b489303557250dfea00ddb04))
26+
* **types:** change optional parameter type from NotGiven to Omit ([19fc4aa](https://github.com/scaleapi/agentex-python/commit/19fc4aa1e949f540e55cbf43444451dddde7d72b))
27+
328
## 0.4.23 (2025-10-02)
429

530
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.5.0"
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.5.0" # x-release-please-version

0 commit comments

Comments
 (0)