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
4 changes: 2 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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 |
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`).
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion tts_client_python/VERSION.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
TTS_CLIENT_PYTHON_VERSION = "3.2.8+1"
TTS_CLIENT_PYTHON_VERSION = "3.2.9"
Loading