Skip to content

Commit d5d7ce9

Browse files
Merge pull request #14 from techmo-pl/docs/changelog-3.2.10
docs: add CHANGELOG entry for v3.2.10
2 parents 337aac2 + c32726b commit d5d7ce9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Techmo TTS gRPC Python client Changelog
22

3+
## [3.2.10] - 2026-04-01
4+
5+
### Fixed
6+
7+
- `setup.py`: raised `grpcio` lower bound to `>=1.80.0` for Python 3.9+.
8+
`grpcio` skips the `1.79.x` series (releases jump `1.78.0``1.80.0`);
9+
environments combining this package with `livekit-agents>=1.5.1` fail at
10+
runtime with `grpcio 1.78.x`. Python 3.8 constraint unchanged.
11+
- `setup.py`: pinned `tts-api` dependency to `v3.2.2` which carries the same
12+
grpcio lower-bound fix upstream.
13+
- `.github/workflows/test.yml`: fixed `cache-dependency-glob` pointing at
14+
non-existent `pyproject.toml` — changed to `setup.py`.
15+
16+
317
## [3.2.9] - 2026-03-30
418

519
### Changed

0 commit comments

Comments
 (0)