Skip to content

Commit 4592007

Browse files
authored
fix(deps): Update dependency grpcio to v1.60.0 (#96)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grpcio](https://grpc.io) ([source](https://togithub.com/grpc/grpc)) | minor | `==1.59.3` -> `==1.60.0` | --- ### Release Notes <details> <summary>grpc/grpc (grpcio)</summary> ### [`v1.60.0`](https://togithub.com/grpc/grpc/releases/tag/v1.60.0) [Compare Source](https://togithub.com/grpc/grpc/compare/v1.59.3...v1.60.0) This is release 1.60.0 ([gjallarhorn](https://togithub.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://togithub.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes, with highlights listed below. ## Core - Implemented dualstack IPv4 and IPv6 backend support, as per [draft gRFC A61](https://togithub.com/grpc/proposal/pull/356). xDS support currently guarded by `GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS` env var. - Dropped Bazel 5 support. ([#&#8203;34813](https://togithub.com/grpc/grpc/pull/34813)) - \[deps] Upgrade protobuf version to v25.0. ([#&#8203;34513](https://togithub.com/grpc/grpc/pull/34513)) - \[Security - Revocation] Crl Directory Watcher Implementation. ([#&#8203;34749](https://togithub.com/grpc/grpc/pull/34749)) - \[server] Cap size of pending request queue with RealRequestMatcher. ([#&#8203;34782](https://togithub.com/grpc/grpc/pull/34782)) - \[chttp2] Fix outgoing data stats. ([#&#8203;34693](https://togithub.com/grpc/grpc/pull/34693)) - \[EventEngine] Enable Posix EventEngine Listener on all builds. ([#&#8203;34748](https://togithub.com/grpc/grpc/pull/34748)) - \[EventEngine] Enable Windows EventEngine Listener on all builds. ([#&#8203;34436](https://togithub.com/grpc/grpc/pull/34436)) - \[chttp2] Alternative protection for too many streams in the system. ([#&#8203;34697](https://togithub.com/grpc/grpc/pull/34697)) - \[Proxy] Support for setting proxy for addresses. ([#&#8203;34617](https://togithub.com/grpc/grpc/pull/34617)) - \[client idleness] client channels go idle after 30 minutes by default. ([#&#8203;34653](https://togithub.com/grpc/grpc/pull/34653)) - \[chttp2] Add an experiment to separate liveness checks from ping timeouts. ([#&#8203;34647](https://togithub.com/grpc/grpc/pull/34647)) - \[chttp2] Tarpit invalid requests. ([#&#8203;34641](https://togithub.com/grpc/grpc/pull/34641)) - \[chttp2] Enforce settings acks. ([#&#8203;34640](https://togithub.com/grpc/grpc/pull/34640)) - \[chttp2] Limit work per read cycle. ([#&#8203;34639](https://togithub.com/grpc/grpc/pull/34639)) - \[chttp2] Limit request count before receiving settings ack. ([#&#8203;34638](https://togithub.com/grpc/grpc/pull/34638)) - \[chttp2] Randomly ping on RST_STREAM. ([#&#8203;34637](https://togithub.com/grpc/grpc/pull/34637)) ## C++ - \[xds] C++ XdsServerBuilder Remove src/... header dependency from public header. ([#&#8203;34790](https://togithub.com/grpc/grpc/pull/34790)) - \[reflection] Add v1 reflection. ([#&#8203;34535](https://togithub.com/grpc/grpc/pull/34535)) ## C\# - \[csharp] Grpc.Tools documentation for sharing proto files between projects and nuget packages. ([#&#8203;34521](https://togithub.com/grpc/grpc/pull/34521)) ## Ruby - \[ruby] create debug symbol packages. ([#&#8203;34632](https://togithub.com/grpc/grpc/pull/34632)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 1fa9e2c commit 4592007

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.20",
1414
"exceptiongroup==1.2.0",
1515
"black==23.12.0",
16-
"grpcio==1.59.3",
16+
"grpcio==1.60.0",
1717
"grpcio-tools==1.59.3",
1818
"iniconfig==2.0.0",
1919
"Jinja2==3.1.2",

0 commit comments

Comments
 (0)