Skip to content

Commit ffce9eb

Browse files
authored
fix(deps): Update dependency grpcio to v1.71.0 (#299)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grpcio](https://grpc.io) ([source](https://redirect.github.com/grpc/grpc)) | minor | `==1.70.0` -> `==1.71.0` | --- ### Release Notes <details> <summary>grpc/grpc (grpcio)</summary> ### [`v1.71.0`](https://redirect.github.com/grpc/grpc/releases/tag/v1.71.0) [Compare Source](https://redirect.github.com/grpc/grpc/compare/v1.70.0...v1.71.0) This is release gRPC Core 1.71.0 (gears). 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. ## Core - \[CallAttemptTracer] Fix call attempt tracer lifetimes for retries ([#&#8203;38729](https://redirect.github.com/grpc/grpc/issues/38729)). ([#&#8203;38796](https://redirect.github.com/grpc/grpc/pull/38796)) - \[pick_first] fix bug that caused us to stop triggering connection attempts. ([#&#8203;38714](https://redirect.github.com/grpc/grpc/pull/38714)) - \[CodeGen]\[CPP] Added support for service "deprecated" option. ([#&#8203;38493](https://redirect.github.com/grpc/grpc/pull/38493)) - \[EventEngine] Add SetDefaultEventEngine API (and friends). ([#&#8203;38316](https://redirect.github.com/grpc/grpc/pull/38316)) ## C++ - \[build] Restrict grpc++\_public_hdrs target to internal visibility. ([#&#8203;38646](https://redirect.github.com/grpc/grpc/pull/38646)) - \[Doc] Added C++17 cmake option. ([#&#8203;38432](https://redirect.github.com/grpc/grpc/pull/38432)) ## Python - \[CI] Drop Python 3.8. ([#&#8203;38747](https://redirect.github.com/grpc/grpc/pull/38747)) - \[Python] Support musl-linux binary wheels on arm64. ([#&#8203;38223](https://redirect.github.com/grpc/grpc/pull/38223)) ## Ruby - \[ruby] Build/test ruby 3.4 and build native gems with Ruby 3.4 support. ([#&#8203;38338](https://redirect.github.com/grpc/grpc/pull/38338)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent eddaa32 commit ffce9eb

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.42",
1414
"exceptiongroup==1.2.2",
1515
"black==25.1.0",
16-
"grpcio==1.70.0",
16+
"grpcio==1.71.0",
1717
"grpcio-tools==1.70.0",
1818
"iniconfig==2.0.0",
1919
"Jinja2==3.1.6",

0 commit comments

Comments
 (0)