Skip to content

Commit 05dd532

Browse files
authored
fix(deps): Update dependency grpcio to v1.67.1 (#249)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grpcio](https://grpc.io) ([source](https://togithub.com/grpc/grpc)) | minor | `==1.66.2` -> `==1.67.1` | --- ### Release Notes <details> <summary>grpc/grpc (grpcio)</summary> ### [`v1.67.1`](https://togithub.com/grpc/grpc/releases/tag/v1.67.1) [Compare Source](https://togithub.com/grpc/grpc/compare/v1.67.0...v1.67.1) This is release gRPC Core 1.67.1 (gesundheit). This is a Python-only patch release. 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. ### [`v1.67.0`](https://togithub.com/grpc/grpc/releases/tag/v1.67.0) [Compare Source](https://togithub.com/grpc/grpc/compare/v1.66.2...v1.67.0) This is release 1.67.0 ([gesundheit](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 - \[ruby] reduce an INFO log to DEBUG (backport[https://github.com/grpc/grpc/pull/37633](https://togithub.com/grpc/grpc/pull/37633)3). ([#&#8203;37686](https://togithub.com/grpc/grpc/pull/37686)) - \[release] Bump core version to 44.0.0. ([#&#8203;37661](https://togithub.com/grpc/grpc/pull/37661)) - \[RlsLB] Fix Deadlock. ([#&#8203;37459](https://togithub.com/grpc/grpc/pull/37459)) - \[Python Otel] Manage call tracer life cycle use call arena. ([#&#8203;37460](https://togithub.com/grpc/grpc/pull/37460)) ## C++ - \[OTel C++] Fix race when adding and removing callbacks. ([#&#8203;37485](https://togithub.com/grpc/grpc/pull/37485)) ## Python - \[Backport to 1.67.x] Add templating and support for Python 3.13 ([#&#8203;37643](https://togithub.com/grpc/grpc/issues/37643)). ([#&#8203;37803](https://togithub.com/grpc/grpc/pull/37803)) - Add templating and support for Python 3.13. ([#&#8203;37643](https://togithub.com/grpc/grpc/pull/37643)) - \[Python Distrib] Change warning to RuntimeError for version incompatibility. ([#&#8203;37466](https://togithub.com/grpc/grpc/pull/37466)) - \[reflection]: python: reflection returns `original_request`. ([#&#8203;36944](https://togithub.com/grpc/grpc/pull/36944)) ## Ruby - \[ruby] drop ruby 2.7 support. ([#&#8203;37430](https://togithub.com/grpc/grpc/pull/37430)) - \[ruby] reduce ruby gpr_log invocations from INFO to DEBUG. ([#&#8203;37426](https://togithub.com/grpc/grpc/pull/37426)) - \[ruby] refactor flaky test and expose cancel_with_status. ([#&#8203;37410](https://togithub.com/grpc/grpc/pull/37410)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 09fbc66 commit 05dd532

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.36",
1414
"exceptiongroup==1.2.2",
1515
"black==24.10.0",
16-
"grpcio==1.66.2",
16+
"grpcio==1.67.1",
1717
"grpcio-tools==1.66.2",
1818
"iniconfig==2.0.0",
1919
"Jinja2==3.1.4",

0 commit comments

Comments
 (0)