Skip to content

Commit 767ec9c

Browse files
authored
fix(deps): Update dependency grpcio to v1.74.0 (#308)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grpcio](https://grpc.io) ([source](https://redirect.github.com/grpc/grpc)) | minor | `==1.73.0` -> `==1.74.0` | --- ### Release Notes <details> <summary>grpc/grpc (grpcio)</summary> ### [`v1.74.0`](https://redirect.github.com/grpc/grpc/releases/tag/v1.74.0) [Compare Source](https://redirect.github.com/grpc/grpc/compare/v1.73.1...v1.74.0) This is release 1.74.0 ([gee](https://redirect.github.com/grpc/grpc/blob/master/doc/g_stands_for.md)) of gRPC Core. For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://redirect.github.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes, with highlights listed below. ## Core - \[OTel C++, Posix EE] Plumb TCP write timestamps and metrics to OTel tracers. ([#&#8203;39946](https://redirect.github.com/grpc/grpc/pull/39946)) - \[EventEngine] Fix Python reconnect issues: use iomgr backup poller when EE is disabled. ([#&#8203;39894](https://redirect.github.com/grpc/grpc/pull/39894)) - \[Python] Upgrade Pytype (Part - 1). ([#&#8203;39816](https://redirect.github.com/grpc/grpc/pull/39816)) - \[Python] Upgrade black. ([#&#8203;39774](https://redirect.github.com/grpc/grpc/pull/39774)) - \[event_engine] Implement fork support in Posix Event Engine. ([#&#8203;38980](https://redirect.github.com/grpc/grpc/pull/38980)) - \[http2] Fix GRPC_ARG_HTTP2\_STREAM_LOOKAHEAD_BYTES for when BDP is disabled. ([#&#8203;39585](https://redirect.github.com/grpc/grpc/pull/39585)) ## Objective-C - \[dep] Upgrade Protobuf Version 31.1. ([#&#8203;39916](https://redirect.github.com/grpc/grpc/pull/39916)) ## PHP - \[PHP] Fully qualify stdClass with global namespace. ([#&#8203;39996](https://redirect.github.com/grpc/grpc/pull/39996)) - \[php] Fix PHPDoc so that UnaryCall defines the proper return type. ([#&#8203;37563](https://redirect.github.com/grpc/grpc/pull/37563)) - fix typing of nullable parameters. ([#&#8203;39199](https://redirect.github.com/grpc/grpc/pull/39199)) ## Python - Fix gRPC Python docs website layout - use spaces optimally. ([#&#8203;40073](https://redirect.github.com/grpc/grpc/pull/40073)) ## Ruby - \[Ruby] Add rubygems support for linux-gnu and linux-musl platforms . ([#&#8203;40174](https://redirect.github.com/grpc/grpc/pull/40174)) - \[ruby] enable EE fork support. ([#&#8203;39786](https://redirect.github.com/grpc/grpc/pull/39786)) - \[ruby] Return nil for c functions expected to return a VALUE. ([#&#8203;39214](https://redirect.github.com/grpc/grpc/pull/39214)) - \[ruby] remove connectivity state watch thread, fix cancellations from spurious signals. ([#&#8203;39409](https://redirect.github.com/grpc/grpc/pull/39409)) - \[ruby] Drop Ruby 3.0 support. ([#&#8203;39607](https://redirect.github.com/grpc/grpc/pull/39607)) ### [`v1.73.1`](https://redirect.github.com/grpc/grpc/releases/tag/v1.73.1) [Compare Source](https://redirect.github.com/grpc/grpc/compare/v1.73.0...v1.73.1) This is release 1.73.1 ([gradient](https://redirect.github.com/grpc/grpc/blob/master/doc/g_stands_for.md)) of gRPC Core. For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://redirect.github.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes, with highlights listed below. ## Python - \[Backport of [#&#8203;39894](https://redirect.github.com/grpc/grpc/issues/39894) to v1.73.x] Fix the issue with gRPC Python Client not reconnecting in certain situations: [#&#8203;38290](https://redirect.github.com/grpc/grpc/issues/38290), [#&#8203;39113](https://redirect.github.com/grpc/grpc/issues/39113), [#&#8203;39631](https://redirect.github.com/grpc/grpc/issues/39631) ([#&#8203;39950](https://redirect.github.com/grpc/grpc/issues/39950)). </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 76715b8 commit 767ec9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"cloudquery-plugin-pb==0.0.45",
1414
"exceptiongroup==1.3.0",
1515
"black==25.1.0",
16-
"grpcio==1.73.0",
16+
"grpcio==1.74.0",
1717
"grpcio-tools==1.70.0",
1818
"iniconfig==2.0.0",
1919
"Jinja2==3.1.6",

0 commit comments

Comments
 (0)