feat: Update gRPC logging and identity interceptors, remove stub patching script, and update project dependencies.

This commit is contained in:
2026-01-20 21:13:12 +00:00
parent a4f148ace0
commit 25fcd5d7f2
9 changed files with 116 additions and 129 deletions

View File

@@ -40,7 +40,9 @@ ensure-py: ensure-hygiene
echo "Installing Python tooling:$$missing"; \
"$$PYTHON_BIN" -m pip install -e ".[dev]"; \
fi; \
"$$PYTHON_BIN" scripts/patch_grpc_stubs.py
if [ -f "scripts/patch_grpc_stubs.py" ]; then \
"$$PYTHON_BIN" scripts/patch_grpc_stubs.py; \
fi
## Ensure Node/TypeScript tooling is installed
ensure-ts: ensure-hygiene