Releases: techmo-pl/asr-api-python
Releases · techmo-pl/asr-api-python
1.1.4
Fixed
install.sh: addedexport PATH="$HOME/.local/bin:$PATH"so thatuvis found on runners where it is installed locally rather than system-wide.VERSION.py: corrected version string (was not updated when 1.1.3 was tagged).
Changed
setup.py: replacedpkg_resourceswith importlib-compatible path resolution; removed upper bound on setuptools; removed upper bound on grpcio-tools build requirement.pyproject.toml: removed upper bound on grpcio and protobuf runtime requirements; added Python-version markers to guard Python 3.8 users from grpcio>=1.71.0 and protobuf>=6.0.0; grpcio bounds set to>=1.49.4,<1.71.0for Python 3.8 and>=1.49.4for 3.9+; protobuf bounds set to>=4.21.3,<6;requires-pythonlowered to>=3.8; introduced upper bound on setuptools below 82; addedpip<26constraint.tox.ini,install.sh: introduced uv-based multi-version testing (Python 3.8–3.14); replaced Docker-based single-version test with tox multi-version matrix.submodules/asr-api: updated to v1.1.1; restructured from committed proto files to a submodule.asr_api/: support for techmo.asr.api.v1p1 API.tests/: attribute check for techmo.asr.api.v1p1 API.
1.0.0+python36.001
1.0.0 for python 3.6.13