Skip to content

Commit 5505f10

Browse files
authored
fix(deps): Update dependency grpcio to v1.59.0 (#62)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grpcio](https://grpc.io) ([source](https://togithub.com/grpc/grpc)) | minor | `==1.57.0` -> `==1.59.0` | --- ### Release Notes <details> <summary>grpc/grpc (grpcio)</summary> ### [`v1.59.0`](https://togithub.com/grpc/grpc/releases/tag/v1.59.0) [Compare Source](https://togithub.com/grpc/grpc/compare/v1.58.0...v1.59.0) This is release 1.59.0 ([generative](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 - \[Release] Bump core version [`2023092`](https://togithub.com/grpc/grpc/commit/202309251628). ([#&#8203;34476](https://togithub.com/grpc/grpc/pull/34476)) - \[xds ssa] Remove environment variable protection for stateful affinity. ([#&#8203;34435](https://togithub.com/grpc/grpc/pull/34435)) - \[windows DNS] Simplify c-ares Windows code. ([#&#8203;33965](https://togithub.com/grpc/grpc/pull/33965)) - \[c-ares] fix spin loop bug when c-ares gives up on a socket that still has data left in its read buffer. ([#&#8203;34185](https://togithub.com/grpc/grpc/pull/34185)) - \[Deps] Adding upb as a submodule. ([#&#8203;34199](https://togithub.com/grpc/grpc/pull/34199)) - \[EventEngine] Update Cancel contract on closure deletion timeline. ([#&#8203;34167](https://togithub.com/grpc/grpc/pull/34167)) ## C\# - \[csharp codegen] Handle empty base_namespace option value to fix [#&#8203;34113](https://togithub.com/grpc/grpc/issues/34113). ([#&#8203;34137](https://togithub.com/grpc/grpc/pull/34137)) ## Python - \[Python 3.12] Support Python 3.12. ([#&#8203;34398](https://togithub.com/grpc/grpc/pull/34398)) - \[Python 3.12] Deprecate distutil. ([#&#8203;34186](https://togithub.com/grpc/grpc/pull/34186)) ## Ruby - \[ruby] Fix linking errors on x86-darwin. ([#&#8203;34134](https://togithub.com/grpc/grpc/pull/34134)) - \[Ruby] replace strdup with gpr_strdup. ([#&#8203;34177](https://togithub.com/grpc/grpc/pull/34177)) - \[ruby] drop ruby 2.6 support. ([#&#8203;34198](https://togithub.com/grpc/grpc/pull/34198)) ### [`v1.58.0`](https://togithub.com/grpc/grpc/releases/tag/v1.58.0) [Compare Source](https://togithub.com/grpc/grpc/compare/v1.57.0...v1.58.0) This is release 1.58.0 ([goku](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 - gRPC 1.58 starts to require c-ares 1.18 or later. - \[Deps] Update boringssl [`2023082`](https://togithub.com/grpc/grpc/commit/202308211007). ([#&#8203;34115](https://togithub.com/grpc/grpc/pull/34115)) - \[pick_first] de-experiment pick first. ([#&#8203;34054](https://togithub.com/grpc/grpc/pull/34054)) - \[build metadata] Bazel to "other build systems" improvements. ([#&#8203;33803](https://togithub.com/grpc/grpc/pull/33803)) - \[Deps] Update abseil to [`2023080`](https://togithub.com/grpc/grpc/commit/20230802). ([#&#8203;33974](https://togithub.com/grpc/grpc/pull/33974)) - \[c-ares DNS resolver] Fix file descriptor use-after-close bug when c-ares writes succeed but subsequent read fails. ([#&#8203;33871](https://togithub.com/grpc/grpc/pull/33871)) ## C++ - \[docs] Document Alarm thread-safety guarantees. ([#&#8203;34092](https://togithub.com/grpc/grpc/pull/34092)) - Added OpenSSL 3.0 (LTS) support via custom CMake builds (the default is still BoringSSL) ## Python - \[Bazel] Enable grpcio-reflection to be used via Bazel. ([#&#8203;31013](https://togithub.com/grpc/grpc/pull/31013)) - \[packaging] Publish xds-protos as part of the standard package pipeline. ([#&#8203;33797](https://togithub.com/grpc/grpc/pull/33797)) ## Ruby - \[ruby] update google auth to ~> 1.0. ([#&#8203;34013](https://togithub.com/grpc/grpc/pull/34013)) - \[Ruby] set metadata_sent after call success. ([#&#8203;33998](https://togithub.com/grpc/grpc/pull/33998)) - \[ruby] remove unnecessary background thread startup wait logic that interferes with forking. ([#&#8203;33805](https://togithub.com/grpc/grpc/pull/33805)) </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 591c1bc commit 5505f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"cloudquery-plugin-pb==0.0.16",
1414
"exceptiongroup==1.1.3",
1515
"black==23.9.1",
16-
"grpcio==1.57.0",
16+
"grpcio==1.59.0",
1717
"grpcio-tools==1.57.0",
1818
"iniconfig==2.0.0",
1919
"Jinja2==3.1.2",

0 commit comments

Comments
 (0)