Skip to content
Merged
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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Techmo TTS gRPC Python client Changelog

## [3.2.10] - 2026-04-01

### Fixed

- `setup.py`: raised `grpcio` lower bound to `>=1.80.0` for Python 3.9+.
`grpcio` skips the `1.79.x` series (releases jump `1.78.0` → `1.80.0`);
environments combining this package with `livekit-agents>=1.5.1` fail at
runtime with `grpcio 1.78.x`. Python 3.8 constraint unchanged.
- `setup.py`: pinned `tts-api` dependency to `v3.2.2` which carries the same
grpcio lower-bound fix upstream.
- `.github/workflows/test.yml`: fixed `cache-dependency-glob` pointing at
non-existent `pyproject.toml` — changed to `setup.py`.


## [3.2.9] - 2026-03-30

### Changed
Expand Down
Loading