Skip to content

Releases: techmo-pl/tts-api-python

v3.2.2

01 Apr 08:38
6b3b65d

Choose a tag to compare

Fixed

  • Raised grpcio lower bound to >=1.80.0 for 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-tools constraint unchanged: >=1.70.0,<1.71.0

v3.2.1+1

30 Mar 21:34
d978ed0

Choose a tag to compare

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

30 Mar 21:34
436d525

Choose a tag to compare

Changes

  • PyPI package renamed from tts-service-api to tts-api (ASR naming convention). Import name tts_service_api is unchanged.
  • Deprecation shim published separately as tts-service-api==999.0.0 (pulls in tts-api as dependency).

Install

pip install git+https://github.com/techmo-pl/tts-api-python.git@v3.2.1

v3.2.0

27 Mar 12:56

Choose a tag to compare

Changes

  • Initial release: Python stub package for Techmo TTS Service API v3.
  • Generated gRPC stubs in techmo.tts.api.v3 namespace.
  • Convenience re-export module tts_service_api.v3.