Skip to content

fix(deps): update dependency grpcio to v1.83.0 - #57

Merged
iciclespider merged 1 commit into
mainfrom
renovate/grpcio-1.x
Jul 25, 2026
Merged

fix(deps): update dependency grpcio to v1.83.0#57
iciclespider merged 1 commit into
mainfrom
renovate/grpcio-1.x

Conversation

@renovate

@renovaterenovateBot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidence
grpcio==1.80.0==1.83.0ageconfidence

Release Notes

grpc/grpc (grpcio)

v1.83.0

Compare Source

This is release 1.83.0 (garden) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [Security] Default to Post-Quantum Cryptography in TLS key exchange. (#​42560)
  • [authz] don't pass RBAC policy by value when constructing authorization engine. (#​42636)

C#

  • Migrate CSharp Grpc.Tools to new DotNet Version. (#​42661)
  • [C#] Tools - Build: Fix protoc SIGSEGV on ARM64 by aligning max-page-size and migrating to manylinux_2_28. (#​42590)

Python

  • [Backport][v1.83.x][Python] grpc-status: Relax protobuf dependency lower bound to allow 6.x. (#​43001)
  • [Python] Add abort_with_status to the aio ServicerContext ABC. (#​42733)
  • [Python] Update lower bound for protobuf from 6.33.5 to 7.35.1. (#​42914)
  • [Python] Pyright typeCheckingMode - standard. (#​42739)
  • [Python] Support Python 3.15 - Upgrade bazel dep rules_python to 2.0.2. (#​42637)
  • [Python] Hide internal symbols from Python's cygrpc shared object. (#​42325)
  • [Python] Handle custom Interceptor exceptions in InterceptedCall APIs . (#​42593)

v1.82.1

Compare Source

This is release gRPC Core 1.82.1 (glacier).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

What's Changed

Python

Full Changelog: grpc/grpc@v1.82.0...v1.82.1

v1.82.0

Compare Source

This is release gRPC Core 1.82.0 (glacier).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.
This is release 1.82.0 (glacier) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [call creds] Add support for looking up and attaching regional access boundary policy metadata. (#​41594)
  • Unregister CFStream callbacks during endpoint shutdown. (#​42211)
  • Fix fd 0 incorrectly treated as invalid across POSIX socket code. (#​41764)
  • [xDS] enable new ORCA-to-LRS propagation behavior (gRFC A85). (#​42411)
  • [RetryFilter::LegacyCallData]: avoid tripping abseil nullopt assertion. (#​42405)
  • [xds] Implement A114: WRR support for custom backend metrics. (#​41750)
  • [Core] Upgrade to protobuf 35 (#​42512)

PHP

  • [Backport][v1.82.x][PHP] Add PIE support for PHP extention. (#​42873)

Python

Added 2026-07-12:
CAUTION! This gRPC Python release 1.82.0 was yanked from PyPI on 2026-07-07 due to issue #​42906.

  • [Python] [Pyright] Part 2 - Pyright for src/python/grpcio/grpc/aio/_call.py. (#​42272)
  • [Python][aio] Fix issue #​42393: 100% CPU when Python run with -O flag. (#​42470)
  • [Python] [Typeguard] Part 6 - Add Typeguard SYNC Stack in tests. (#​40353)
  • [Python] [Pyright] Part 3 - Pyright for src/python/grpcio/grpc/aio/_metadata.py. (#​42273)
  • [Python] Cancel calls without closing channels in fork child. (#​41784)
  • [Python] Migrated to protobuf 3.35.

Ruby

  • [Ruby] Implemented Pure Ruby Call Credentials. (#​41946)
  • [Ruby] Fix Ruby interceptors not running in FIFO order. (#​42346)

v1.81.1

Compare Source

This is release 1.81.0 (graphic) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [EventEngine] Fix a potential use-after-free error on Windows. (#​42078)
  • [ssl] Server side handshaker factory stores a map of key signers. (#​42002)
  • [Core] Fix completion queue shutdown race on weak memory models (ARM). (#​41510)
  • [EventEngine] Fix a Windows race that causes an assertion error. (#​41563)
  • [grpc_error] enable error_flatten experiment in OSS. (#​41471)

Objective-C

  • [ObjC] Add receiveNextMessage to GRPCUnaryProtoCall. (#​42260)

Python

  • [Python] Add typing_extensions dep to aio Bazel target. (#​42001)
  • [Python] [Pyright] Part 1 - Pyright for src/python/grpcio/grpc/aio/_base_server.py. (#​42240)
  • [Python] Drop 3.9. (#​42145)
  • [Python] grpc-status: Relax protobuf dependency upper bound to allow 7.x. (#​41948)
  • [Python] [Typeguard] Part 5 - Add Typeguard SYNC Stack in tests. (#​40278)
  • [Python] Remove GIL from ReceiveMessageOperation.un_c method. (#​41812)
  • [Python] Support observability in AsyncIO stack. (#​41573)
  • [Python] Trim Python2 backward compatiblity syntax - removed (object) inheritance. (#​41708)

Ruby

  • [Ruby] Drop support for EOL Ruby 3.1 and clean up. (#​41435)
  • [Ruby] Composed CallCredentials keep a reference to their source. (#​41782)

v1.81.0

Compare Source

This is release 1.81.0 (graphic) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [EventEngine] Fix a potential use-after-free error on Windows. (#​42078)
  • [ssl] Server side handshaker factory stores a map of key signers. (#​42002)
  • [Core] Fix completion queue shutdown race on weak memory models (ARM). (#​41510)
  • [EventEngine] Fix a Windows race that causes an assertion error. (#​41563)
  • [grpc_error] enable error_flatten experiment in OSS. (#​41471)

Objective-C

  • [ObjC] Add receiveNextMessage to GRPCUnaryProtoCall. (#​42260)

Python

  • [Python] Add typing_extensions dep to aio Bazel target. (#​42001)
  • [Python] [Pyright] Part 1 - Pyright for src/python/grpcio/grpc/aio/_base_server.py. (#​42240)
  • [Python] Drop 3.9. (#​42145)
  • [Python] grpc-status: Relax protobuf dependency upper bound to allow 7.x. (#​41948)
  • [Python] [Typeguard] Part 5 - Add Typeguard SYNC Stack in tests. (#​40278)
  • [Python] Remove GIL from ReceiveMessageOperation.un_c method. (#​41812)
  • [Python] Support observability in AsyncIO stack. (#​41573)
  • [Python] Trim Python2 backward compatiblity syntax - removed (object) inheritance. (#​41708)

Ruby

  • [Ruby] Drop support for EOL Ruby 3.1 and clean up. (#​41435)
  • [Ruby] Composed CallCredentials keep a reference to their source. (#​41782)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovaterenovateBot changed the title fix(deps): update dependency grpcio to v1.81.0fix(deps): update dependency grpcio to v1.81.0 - autoclosedJun 9, 2026
@renovaterenovateBot closed this Jun 9, 2026
@renovate
renovateBot deleted the renovate/grpcio-1.x branch June 9, 2026 17:16
@renovaterenovateBot changed the title fix(deps): update dependency grpcio to v1.81.0 - autoclosedfix(deps): update dependency grpcio to v1.81.0Jun 9, 2026
@renovaterenovateBot reopened this Jun 9, 2026
@renovate
renovateBotforce-pushed the renovate/grpcio-1.x branch from 758be4e to 2a7ea10CompareJune 9, 2026 23:33
@renovaterenovateBot changed the title fix(deps): update dependency grpcio to v1.81.0fix(deps): update dependency grpcio to v1.81.1Jun 11, 2026
@renovate
renovateBotforce-pushed the renovate/grpcio-1.x branch from 2a7ea10 to f843c42CompareJune 11, 2026 23:15
@renovaterenovateBot changed the title fix(deps): update dependency grpcio to v1.81.1fix(deps): update dependency grpcio to v1.81.1 - autoclosedJun 21, 2026
@renovaterenovateBot closed this Jun 21, 2026
@renovaterenovateBot changed the title fix(deps): update dependency grpcio to v1.81.1 - autoclosedfix(deps): update dependency grpcio to v1.81.1Jun 21, 2026
@renovaterenovateBot reopened this Jun 21, 2026
@renovate
renovateBotforce-pushed the renovate/grpcio-1.x branch 2 times, most recently from f843c42 to f002ffcCompareJune 21, 2026 14:12
@renovaterenovateBot changed the title fix(deps): update dependency grpcio to v1.81.1fix(deps): update dependency grpcio to v1.82.0Jul 6, 2026
@renovate
renovateBotforce-pushed the renovate/grpcio-1.x branch from f002ffc to 3e2885bCompareJuly 6, 2026 04:59
@renovaterenovateBot changed the title fix(deps): update dependency grpcio to v1.82.0fix(deps): update dependency grpcio to v1.81.1Jul 7, 2026
@renovate
renovateBotforce-pushed the renovate/grpcio-1.x branch from 3e2885b to af3f2d3CompareJuly 7, 2026 23:06
@renovaterenovateBot changed the title fix(deps): update dependency grpcio to v1.81.1fix(deps): update dependency grpcio to v1.82.1Jul 8, 2026
@renovate
renovateBotforce-pushed the renovate/grpcio-1.x branch from af3f2d3 to 33e8000CompareJuly 8, 2026 13:14
@renovate
renovateBotforce-pushed the renovate/grpcio-1.x branch from 33e8000 to dd75e37CompareJuly 23, 2026 19:14
@renovaterenovateBot changed the title fix(deps): update dependency grpcio to v1.82.1fix(deps): update dependency grpcio to v1.83.0Jul 23, 2026
@iciclespider
iciclespider merged commit bad8a52 into mainJul 25, 2026
7 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@iciclespider