Bump grpcio to 1.53.2#321
Conversation
|
Warning Review limit reached
More reviews will be available in 27 minutes and 36 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
`grpcio==1.49.1` is affected by GHSA-cfgp-2977-2fmm (high-severity DoS via excessive iteration). Fixed in 1.53.2+. Bumps the whole grpcio family — `grpcio`, `grpcio-status`, `grpcio-tools`, `grpcio-health-checking`, `grpcio-reflection` — to a unified `1.53.2`. This also removes the `platform_machine` split that existed because 1.49.1 lacked aarch64 wheels; 1.53.2 has wheels for both arches. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Pushed Root cause: grpcio 1.53.x added Fix: switch both Standalone benefit: tests are now immune to port collisions in CI runners and to whatever bind-validation behavior future grpcio releases ship. |
Summary
1.49.1→1.53.2to fix GHSA-cfgp-2977-2fmm (high-severity DoS via excessive iteration in gRPC).grpcio,grpcio-status,grpcio-tools,grpcio-health-checking,grpcio-reflectionon a single version (1.53.2).platform_machinesplit — that was a workaround for missing aarch64 wheels at1.49.1;1.53.2ships wheels for both x86_64 and aarch64.Closes #316. Part of the Dependabot triage tracked in #219.
Test plan
uv lock+uv sync --dev— resolves cleanlyuv run ruff check— cleanuv run ruff format --check— cleanuv tool run fawltydeps --check-unused --pyenv .venv— no unused deps*_pb2*module inosprey_rpcagainst the new runtime — all 18 load cleanlyServicerContext,StatusCode,intercept_channel,insecure_channel,grpc_health.v1.health_pb2,grpc_reflection.v1alpha.reflection— all presentKeyError: 'POSTGRES_HOSTS'and require the docker-compose stack — unrelated to this change./run-tests.sh) — will run in CIosprey_coordinator(Rust) is unaffected: it usestonic/prost, not the Pythongrpcioruntime.🤖 Generated with Claude Code