Merged
Conversation
- Bump version to 1.1.4 - Update pyproject.toml: GitHub repository URL, Python-version-aware dep bounds for grpcio/protobuf (no upper bound on >=3.9), add test optional-dependencies - Update setup.py: remove _update_submodule(), rewrite proto paths to ./proto/ (files committed in-tree), use importlib-compatible grpc_tools path resolution - Add tox.ini and install.sh for uv-based multi-version testing - Add GitHub Actions CI: Python 3.8-3.13 matrix + 3.14 allowed-failure - Simplify setup.sh to submodule init only - Remove VERSION.md (version sourced from asr_api/VERSION.py) - Remove proto/techmo/asr/api/v1/TODO.md - Update README.md: clean up submodule references
e163c6c to
5f200b4
Compare
- Replace committed proto/ tree with submodules/asr-api submodule pointing at techmo-pl/asr-api @ v1.1.1 - Restore _update_submodule() in setup.py; rewrite proto paths to ./submodules/asr-api/proto/ - Add submodules: recursive to GitHub Actions checkout step - Update README.md setup section to document ./setup.sh init step
YASoftwareDev
pushed a commit
to techmo-pl/asr-client-python
that referenced
this pull request
Mar 26, 2026
- asr_client package: v1.6.0 with dictation, v1, and v1p1 API support - GitHub Actions CI: Python 3.8-3.13 matrix + 3.14 allowed-failure - submodules/asr-api-python pinned to 1.0.0 (placeholder; update to 1.1.4 once techmo-pl/asr-api-python#2 is merged and tagged) - pyproject.toml: GitHub repository URL, dependency renamed to techmo-asr-api, removed maintainer field - setup.sh: simplified to submodule init only - README.md: updated description and submodule section - doc/DOCUMENTATION.md: removed internal-only notice and author section
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
techmo-pl/asr-apias a git submodule atv1.1.1(proto definitions live in a distinct repo)setup.pygenerates Python gRPC stubs fromsubmodules/asr-api/proto/at install timetox.ini,install.sh, and GitHub Actions CI covering Python 3.8–3.14Notable changes vs v1.0.0
asr_api/VERSION.py1.0.0→1.1.4submodules/asr-apisetup.py_update_submodule()restored; proto paths viasubmodules/asr-api/proto/pyproject.toml[project.optional-dependencies]tox.iniinstall.shuv venv+uv pip install -e ".[tests]"setup.shVERSION.mdasr_api/VERSION.py).github/workflows/test.ymlsubmodules: recursiveTest plan
techmo-pl/asr-apiis accessible from the Actions workflow (same org, private repo)1.1.4created after merge