Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.25.0"
".": "2.26.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.26.0](https://github.com/togethercomputer/together-py/compare/v2.25.0...v2.26.0) (2026-07-22)


### Features

* add fine-tunes preview endpoint ([f8225fd](https://github.com/togethercomputer/together-py/commit/f8225fdf6172941bebad9be7b5db02a7d6fd57fe))
* Detect outdated CLI versions and auto-prompt/suggest upgrade path to users. ([#456](https://github.com/togethercomputer/together-py/issues/456)) ([e870160](https://github.com/togethercomputer/together-py/commit/e870160e35a6c0e5ba1563ce365215d612dfc3fd))


### Bug Fixes

* Ensure `endpoints deploy` command uses the deploy id and revision id when provided ([#463](https://github.com/togethercomputer/together-py/issues/463)) ([7859f99](https://github.com/togethercomputer/together-py/commit/7859f995e6177114cccfe8b1e60a124ebda3e07e))

## [2.25.0](https://github.com/togethercomputer/together-py/compare/v2.24.1...v2.25.0) (2026-07-21)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "together"
version = "2.25.0"
version = "2.26.0"
description = "The official Python library for the together API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/together/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "together"
__version__ = "2.25.0" # x-release-please-version
__version__ = "2.26.0" # x-release-please-version