From 46b08daf3add091080bc67262d98827970e3ee6c Mon Sep 17 00:00:00 2001 From: Blaine Kasten Date: Wed, 21 Jan 2026 15:53:57 -0600 Subject: [PATCH] Bump to 1.5.35 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d0b3982..6de9ead 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "together" -version = "1.5.34" +version = "1.5.35" authors = ["Together AI "] description = "Python client for Together's Cloud Platform! Note: SDK 2.0 is now available at https://github.com/togethercomputer/together-py" readme = "README.md"