From 9c9c5fcc29183e1598418684391b480d4052c9b9 Mon Sep 17 00:00:00 2001 From: Blaine Kasten Date: Wed, 26 Nov 2025 03:02:24 -0600 Subject: [PATCH 1/2] fix: include rich in package dependencies --- pyproject.toml | 1 + requirements-dev.lock | 1 + uv.lock | 4 +++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed047212..dc029073 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ dependencies = [ "distro>=1.7.0, <2", "sniffio", "click>=8.1.7", + "rich>=13.7.1", "tabulate>=0.9.0", "pillow>=10.4.0", "types-tabulate>=0.9.0.20240106", diff --git a/requirements-dev.lock b/requirements-dev.lock index 99cda24a..1712daa5 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -122,6 +122,7 @@ python-dateutil==2.9.0.post0 ; python_full_version < '3.10' # via time-machine respx==0.22.0 rich==14.2.0 + # via together ruff==0.14.6 six==1.17.0 ; python_full_version < '3.10' # via python-dateutil diff --git a/uv.lock b/uv.lock index cc8f82d7..3ccd0150 100644 --- a/uv.lock +++ b/uv.lock @@ -1970,7 +1970,7 @@ wheels = [ [[package]] name = "together" -version = "2.0.0a5" +version = "2.0.0a6" source = { editable = "." } dependencies = [ { name = "anyio" }, @@ -1984,6 +1984,7 @@ dependencies = [ { name = "pillow", version = "12.0.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'group-8-together-pydantic-v1' and extra == 'group-8-together-pydantic-v2')" }, { name = "pydantic", version = "1.10.24", source = { registry = "https://pypi.org/simple" }, marker = "extra == 'group-8-together-pydantic-v1'" }, { name = "pydantic", version = "2.12.4", source = { registry = "https://pypi.org/simple" }, marker = "extra == 'group-8-together-pydantic-v2' or extra != 'group-8-together-pydantic-v1'" }, + { name = "rich" }, { name = "sniffio" }, { name = "tabulate" }, { name = "tqdm" }, @@ -2042,6 +2043,7 @@ requires-dist = [ { name = "pyarrow", marker = "extra == 'pyarrow'", specifier = ">=16.1.0" }, { name = "pyarrow-stubs", marker = "extra == 'pyarrow'", specifier = ">=10.0.1.7" }, { name = "pydantic", specifier = ">=1.9.0,<3" }, + { name = "rich", specifier = ">=13.7.1" }, { name = "sniffio" }, { name = "tabulate", specifier = ">=0.9.0" }, { name = "tqdm", specifier = ">=4.67.1" }, From 78950123ef91f517b13903ae08a468fa56a9d4a4 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 09:02:41 +0000 Subject: [PATCH 2/2] release: 2.0.0-alpha.7 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/together/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 194e72bf..36c19864 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-alpha.6" + ".": "2.0.0-alpha.7" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index db5344c8..c4ad8138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.0.0-alpha.7 (2025-11-26) + +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) + +### Bug Fixes + +* include rich in package dependencies ([9c9c5fc](https://github.com/togethercomputer/together-py/commit/9c9c5fcc29183e1598418684391b480d4052c9b9)) + ## 2.0.0-alpha.6 (2025-11-25) 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) diff --git a/pyproject.toml b/pyproject.toml index dc029073..af85f39b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "together" -version = "2.0.0-alpha.6" +version = "2.0.0-alpha.7" description = "The official Python library for the together API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/together/_version.py b/src/together/_version.py index 3f02c22b..92c5f76f 100644 --- a/src/together/_version.py +++ b/src/together/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "together" -__version__ = "2.0.0-alpha.6" # x-release-please-version +__version__ = "2.0.0-alpha.7" # x-release-please-version