feat: Update gRPC logging and identity interceptors, remove stub patching script, and update project dependencies.
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user