Skip to content

Commit 8cf53d8

Browse files
release: 2.0.0-alpha.7 (#187)
* fix: include rich in package dependencies * release: 2.0.0-alpha.7 --------- Co-authored-by: Blaine Kasten <[email protected]> Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent ecdcbc5 commit 8cf53d8

File tree

6 files changed

+16
-4
lines changed

6 files changed

+16
-4
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-
".": "2.0.0-alpha.6"
2+
".": "2.0.0-alpha.7"
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.0.0-alpha.7 (2025-11-26)
4+
5+
Full Changelog: [v2.0.0-alpha.6...v2.0.0-alpha.7](https://github.com/togethercomputer/together-py/compare/v2.0.0-alpha.6...v2.0.0-alpha.7)
6+
7+
### Bug Fixes
8+
9+
* include rich in package dependencies ([9c9c5fc](https://github.com/togethercomputer/together-py/commit/9c9c5fcc29183e1598418684391b480d4052c9b9))
10+
311
## 2.0.0-alpha.6 (2025-11-25)
412

513
Full Changelog: [v2.0.0-alpha.5...v2.0.0-alpha.6](https://github.com/togethercomputer/together-py/compare/v2.0.0-alpha.5...v2.0.0-alpha.6)

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "together"
3-
version = "2.0.0-alpha.6"
3+
version = "2.0.0-alpha.7"
44
description = "The official Python library for the together API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"
@@ -15,6 +15,7 @@ dependencies = [
1515
"distro>=1.7.0, <2",
1616
"sniffio",
1717
"click>=8.1.7",
18+
"rich>=13.7.1",
1819
"tabulate>=0.9.0",
1920
"pillow>=10.4.0",
2021
"types-tabulate>=0.9.0.20240106",

requirements-dev.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ python-dateutil==2.9.0.post0 ; python_full_version < '3.10'
122122
# via time-machine
123123
respx==0.22.0
124124
rich==14.2.0
125+
# via together
125126
ruff==0.14.6
126127
six==1.17.0 ; python_full_version < '3.10'
127128
# via python-dateutil

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.0.0-alpha.6" # x-release-please-version
4+
__version__ = "2.0.0-alpha.7" # x-release-please-version

uv.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)