Skip to content

Commit 9e05db7

Browse files
release: 0.6.6
1 parent fdd1ef9 commit 9e05db7

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
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.6.5"
2+
".": "0.6.6"
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.6.6 (2025-11-12)
4+
5+
Full Changelog: [v0.6.5...v0.6.6](https://github.com/scaleapi/scale-agentex-python/compare/v0.6.5...v0.6.6)
6+
7+
### Bug Fixes
8+
9+
* compat with Python 3.14 ([b9a317b](https://github.com/scaleapi/scale-agentex-python/commit/b9a317b0522bbf0b0e0bd09966c8940cf5e57c4a))
10+
* **compat:** update signatures of `model_dump` and `model_dump_json` for Pydantic v1 ([b158249](https://github.com/scaleapi/scale-agentex-python/commit/b158249142940b0522910b8bb8418157125bb83e))
11+
12+
13+
### Chores
14+
15+
* **internal:** restore stats ([900a5e5](https://github.com/scaleapi/scale-agentex-python/commit/900a5e55a6598052df3e8862327ecc98f0751e19))
16+
* **package:** drop Python 3.8 support ([27cbdc4](https://github.com/scaleapi/scale-agentex-python/commit/27cbdc427ddcb9859df34f4683eb8e740784a720))
17+
318
## 0.6.5 (2025-11-06)
419

520
Full Changelog: [v0.6.4...v0.6.5](https://github.com/scaleapi/scale-agentex-python/compare/v0.6.4...v0.6.5)

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.6.5" # x-release-please-version
4+
__version__ = "0.6.6" # x-release-please-version

0 commit comments

Comments
 (0)