From 93021fa8f4aa48f0e7c8589eaff09ec8dfc8f19a Mon Sep 17 00:00:00 2001 From: YASoftwareDev Date: Mon, 30 Mar 2026 12:32:09 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20version=203.2.8+1=20=E2=86=92?= =?UTF-8?q?=203.2.9;=20fix=20placeholder=20versions=20in=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 4 ++-- CHANGELOG.md | 2 +- CLAUDE.md | 2 +- tts_client_python/VERSION.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 35019ab..6fa2446 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -40,7 +40,7 @@ from techmo.tts.api.v3 import techmo_tts_pb2, techmo_tts_pb2_grpc `tts-api` is pinned to a GitHub tag in `setup.py`: ``` -tts-api @ git+https://github.com/techmo-pl/tts-api-python.git@vX.Y.Z +tts-api @ git+https://github.com/techmo-pl/tts-api-python.git@v3.2.1 ``` Update the tag in `setup.py` when a new `tts-api-python` release is tagged. @@ -95,4 +95,4 @@ No `.gitlab-ci.yml` — CI runs only on GitHub Actions. | Package | Python 3.8 | Python 3.9+ | |---------|-----------|-------------| | grpcio | `>=1.70.0,<1.71.0` | `>=1.70.0,<2.0` | -| tts-api | `@ git+https://github.com/techmo-pl/tts-api-python.git@vX.Y.Z` | same | +| tts-api | `@ git+https://github.com/techmo-pl/tts-api-python.git@v3.2.1` | same | diff --git a/CHANGELOG.md b/CHANGELOG.md index b1e1626..4bf07b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Techmo TTS gRPC Python client Changelog -## [3.2.8+1] - 2026-03-30 +## [3.2.9] - 2026-03-30 ### Changed - Replace local proto generation with `tts-api` package dependency (`git+https://github.com/techmo-pl/tts-api-python.git@v3.2.1`). diff --git a/CLAUDE.md b/CLAUDE.md index b402465..8ab71f5 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -55,7 +55,7 @@ Integration tests are excluded by default (`pytest.ini`). They require a running Python 3.8 requires tighter bounds: - `grpcio>=1.70.0,<1.71.0` (3.8) vs `grpcio>=1.70.0,<2.0` (3.9+) -`tts-api` is pinned to a GitHub tag: `git+https://github.com/techmo-pl/tts-api-python.git@vX.Y.Z`. +`tts-api` is pinned to a GitHub tag: `git+https://github.com/techmo-pl/tts-api-python.git@v3.2.1`. Update the tag in `setup.py` when a new `tts-api-python` release is tagged. Do not widen grpcio bounds without verifying Python 3.8 compatibility. diff --git a/tts_client_python/VERSION.py b/tts_client_python/VERSION.py index 572df37..7107643 100644 --- a/tts_client_python/VERSION.py +++ b/tts_client_python/VERSION.py @@ -1 +1 @@ -TTS_CLIENT_PYTHON_VERSION = "3.2.8+1" +TTS_CLIENT_PYTHON_VERSION = "3.2.9"