Releases: techmo-pl/tts-api-python
Releases · techmo-pl/tts-api-python
v3.2.2
Fixed
- Raised
grpciolower bound to>=1.80.0for Python 3.9+ (grpcio skips 1.79.x; grpcio 1.78.x causes runtime failures when combined with livekit-agents>=1.5.1). No stub regeneration required — generated stubs (GRPC_GENERATED_VERSION='1.70.0') are forward-compatible with grpcio 1.80.0.
Notes
- Python 3.8 constraint unchanged:
grpcio>=1.70.0,<1.71.0 - Build-time
grpcio-toolsconstraint unchanged:>=1.70.0,<1.71.0
v3.2.1+1
Changes
- Added
AGENTS.md: AI assistant context document describing repo layout, import paths, stub generation workflow, shim package, and dependency constraints.
Install
pip install git+https://github.com/techmo-pl/tts-api-python.git@v3.2.1+1
v3.2.1
Changes
- PyPI package renamed from
tts-service-apitotts-api(ASR naming convention). Import nametts_service_apiis unchanged. - Deprecation shim published separately as
tts-service-api==999.0.0(pulls intts-apias dependency).
Install
pip install git+https://github.com/techmo-pl/tts-api-python.git@v3.2.1
v3.2.0
Changes
- Initial release: Python stub package for Techmo TTS Service API v3.
- Generated gRPC stubs in
techmo.tts.api.v3namespace. - Convenience re-export module
tts_service_api.v3.