We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 337aac2 + c32726b commit d5d7ce9Copy full SHA for d5d7ce9
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# Techmo TTS gRPC Python client Changelog
2
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
17
## [3.2.9] - 2026-03-30
18
19
### Changed
0 commit comments