Skip to content

Commit cc6700a

Browse files
release: 2.26.1 (#467)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cda03cc commit cc6700a

4 files changed

Lines changed: 11 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.26.0"
2+
".": "2.26.1"
33
}

CHANGELOG.md

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

3+
## [2.26.1](https://github.com/togethercomputer/together-py/compare/v2.26.0...v2.26.1) (2026-07-22)
4+
5+
6+
### Bug Fixes
7+
8+
* handle optional endpoint deployment hardware in CLI ([#468](https://github.com/togethercomputer/together-py/issues/468)) ([cda03cc](https://github.com/togethercomputer/together-py/commit/cda03ccb7284b757b75852e6794a67ff0042caf9))
9+
* Update types for deployment summary to acknowledge optionality on hardware property ([c6b9a0b](https://github.com/togethercomputer/together-py/commit/c6b9a0bdf9eb681491bc886f74ac5578aa2bd6aa))
10+
311
## [2.26.0](https://github.com/togethercomputer/together-py/compare/v2.25.0...v2.26.0) (2026-07-22)
412

513

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

0 commit comments

Comments
 (0)