Skip to content

Commit ac047cf

Browse files
release: 2.6.0
1 parent e541c40 commit ac047cf

4 files changed

Lines changed: 40 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.5.0"
2+
".": "2.6.0"
33
}

CHANGELOG.md

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

3+
## 2.6.0 (2026-03-26)
4+
5+
Full Changelog: [v2.5.0...v2.6.0](https://github.com/togethercomputer/together-py/compare/v2.5.0...v2.6.0)
6+
7+
### Features
8+
9+
* [jig] updated created_at, updated_at format to datetime ([#310](https://github.com/togethercomputer/together-py/issues/310)) ([5a27da9](https://github.com/togethercomputer/together-py/commit/5a27da92da7199057d5c1a1c2749044cb325b269))
10+
* **api:** add random_seed field to fine_tuning cancel and list responses ([57dcc89](https://github.com/togethercomputer/together-py/commit/57dcc89748da91dc5e5b70bc24b9e43702fd51ab))
11+
12+
13+
### Bug Fixes
14+
15+
* sanitize endpoint path params ([c445ed8](https://github.com/togethercomputer/together-py/commit/c445ed815d6209356ae033cb8408f959fe57c502))
16+
* **types:** correct gpu_type literal in jig, timestamp types in deployment ([ef08cec](https://github.com/togethercomputer/together-py/commit/ef08cec1c13209592ad8547606c2363292589ff0))
17+
18+
19+
### Chores
20+
21+
* **ci:** skip lint on metadata-only changes ([d22b49f](https://github.com/togethercomputer/together-py/commit/d22b49f397c4d9b79290c37f0840eee2b2d3ffea))
22+
* Disable translation test temporarily ([#313](https://github.com/togethercomputer/together-py/issues/313)) ([4c2075d](https://github.com/togethercomputer/together-py/commit/4c2075ddb818c5d156734c851abd3ae28a865a95))
23+
* **internal:** regenerate SDK with no functional changes ([e541c40](https://github.com/togethercomputer/together-py/commit/e541c4017882f28c00dbf711cf6ecba050deef6f))
24+
* **internal:** update gitignore ([6c7113e](https://github.com/togethercomputer/together-py/commit/6c7113e73c0dab048935c14b48f5a7c27501ef33))
25+
* **tests:** bump steady to v0.19.4 ([f2583ae](https://github.com/togethercomputer/together-py/commit/f2583aeb228f05440305b05d03c1b1e1a5926f2a))
26+
* **tests:** bump steady to v0.19.5 ([e8de9f6](https://github.com/togethercomputer/together-py/commit/e8de9f612adbfc2d1612103c87ae5fd5242de766))
27+
* **tests:** bump steady to v0.19.6 ([3f935af](https://github.com/togethercomputer/together-py/commit/3f935afab8e7714da23490d89752515b7ab37ad9))
28+
* **tests:** bump steady to v0.19.7 ([859e9ba](https://github.com/togethercomputer/together-py/commit/859e9ba7b53111631abe46ec0c19c0556162c8f2))
29+
30+
31+
### Documentation
32+
33+
* **api:** update voice parameter documentation URL in speech ([fe89657](https://github.com/togethercomputer/together-py/commit/fe896570536c106938c4dc1f7585b590bb2913be))
34+
35+
36+
### Refactors
37+
38+
* **tests:** switch from prism to steady ([0b4c343](https://github.com/togethercomputer/together-py/commit/0b4c343fb6f72a4fda7593bdf6ea133cfad1ca29))
39+
340
## 2.5.0 (2026-03-18)
441

542
Full Changelog: [v2.4.0...v2.5.0](https://github.com/togethercomputer/together-py/compare/v2.4.0...v2.5.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "together"
3-
version = "2.5.0"
3+
version = "2.6.0"
44
description = "The official Python library for the together API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/together/_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__ = "together"
4-
__version__ = "2.5.0" # x-release-please-version
4+
__version__ = "2.6.0" # x-release-please-version

0 commit comments

Comments
 (0)