chore(deps): update dependency grpcio to v1.67.1 #128

Open
renovate-bot wants to merge 1 commit from renovate/grpcio-1.x into master
Member

This PR contains the following updates:

Package Update Change
grpcio (source) minor ==1.66.1 -> ==1.67.1

Release Notes

grpc/grpc (grpcio)

v1.67.1

Compare Source

This is release gRPC Core 1.67.1 (gesundheit). This is a Python-only patch release.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

v1.67.0

Compare Source

This is release 1.67.0 (gesundheit) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

C++

  • [OTel C++] Fix race when adding and removing callbacks. (#​37485)

Python

  • [Backport to 1.67.x] Add templating and support for Python 3.13 (#​37643). (#​37803)
  • Add templating and support for Python 3.13. (#​37643)
  • [Python Distrib] Change warning to RuntimeError for version incompatibility. (#​37466)
  • [reflection]: python: reflection returns original_request. (#​36944)

Ruby

  • [ruby] drop ruby 2.7 support. (#​37430)
  • [ruby] reduce ruby gpr_log invocations from INFO to DEBUG. (#​37426)
  • [ruby] refactor flaky test and expose cancel_with_status. (#​37410)

v1.66.2

Compare Source

This is release gRPC Core 1.66.2 (gladiator).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

What's Changed

Python
  • Added support for Python 3.13 and templating system for supported Python versions (#​37643)

Full Changelog: https://github.com/grpc/grpc/compare/v1.66.1...v1.66.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grpcio](https://grpc.io) ([source](https://github.com/grpc/grpc)) | minor | `==1.66.1` -> `==1.67.1` | --- ### Release Notes <details> <summary>grpc/grpc (grpcio)</summary> ### [`v1.67.1`](https://github.com/grpc/grpc/releases/tag/v1.67.1) [Compare Source](https://github.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://github.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes. ### [`v1.67.0`](https://github.com/grpc/grpc/releases/tag/v1.67.0) [Compare Source](https://github.com/grpc/grpc/compare/v1.66.2...v1.67.0) This is release 1.67.0 ([gesundheit](https://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://github.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). ([#&#8203;37686](https://github.com/grpc/grpc/pull/37686)) - \[release] Bump core version to 44.0.0. ([#&#8203;37661](https://github.com/grpc/grpc/pull/37661)) - \[RlsLB] Fix Deadlock. ([#&#8203;37459](https://github.com/grpc/grpc/pull/37459)) - \[Python Otel] Manage call tracer life cycle use call arena. ([#&#8203;37460](https://github.com/grpc/grpc/pull/37460)) ## C++ - \[OTel C++] Fix race when adding and removing callbacks. ([#&#8203;37485](https://github.com/grpc/grpc/pull/37485)) ## Python - \[Backport to 1.67.x] Add templating and support for Python 3.13 ([#&#8203;37643](https://github.com/grpc/grpc/issues/37643)). ([#&#8203;37803](https://github.com/grpc/grpc/pull/37803)) - Add templating and support for Python 3.13. ([#&#8203;37643](https://github.com/grpc/grpc/pull/37643)) - \[Python Distrib] Change warning to RuntimeError for version incompatibility. ([#&#8203;37466](https://github.com/grpc/grpc/pull/37466)) - \[reflection]: python: reflection returns `original_request`. ([#&#8203;36944](https://github.com/grpc/grpc/pull/36944)) ## Ruby - \[ruby] drop ruby 2.7 support. ([#&#8203;37430](https://github.com/grpc/grpc/pull/37430)) - \[ruby] reduce ruby gpr_log invocations from INFO to DEBUG. ([#&#8203;37426](https://github.com/grpc/grpc/pull/37426)) - \[ruby] refactor flaky test and expose cancel_with_status. ([#&#8203;37410](https://github.com/grpc/grpc/pull/37410)) ### [`v1.66.2`](https://github.com/grpc/grpc/releases/tag/v1.66.2) [Compare Source](https://github.com/grpc/grpc/compare/v1.66.1...v1.66.2) This is release gRPC Core 1.66.2 (gladiator). For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://github.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes. #### What's Changed ##### Python - Added support for Python 3.13 and templating system for supported Python versions ([#&#8203;37643](https://github.com/grpc/grpc/issues/37643)) **Full Changelog**: https://github.com/grpc/grpc/compare/v1.66.1...v1.66.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlLWJvdCJdfQ==-->
renovate-bot added the
renovate-bot
label 2024-09-28 18:31:03 +05:30
renovate-bot added 1 commit 2024-09-28 18:31:03 +05:30
chore(deps): update dependency grpcio to v1.66.2
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
64970abbd9
renovate-bot force-pushed renovate/grpcio-1.x from 64970abbd9 to 79cd8cabe1 2024-10-16 16:02:10 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency grpcio to v1.66.2 to chore(deps): update dependency grpcio to v1.67.0 2024-10-16 16:02:10 +05:30
renovate-bot force-pushed renovate/grpcio-1.x from 79cd8cabe1 to c2d6040499 2024-10-29 12:01:25 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency grpcio to v1.67.0 to chore(deps): update dependency grpcio to v1.67.1 2024-10-29 12:01:26 +05:30
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/grpcio-1.x:renovate/grpcio-1.x
git checkout renovate/grpcio-1.x

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff renovate/grpcio-1.x
git checkout master
git merge --ff-only renovate/grpcio-1.x
git checkout renovate/grpcio-1.x
git rebase master
git checkout master
git merge --no-ff renovate/grpcio-1.x
git checkout master
git merge --squash renovate/grpcio-1.x
git checkout master
git merge --ff-only renovate/grpcio-1.x
git checkout master
git merge renovate/grpcio-1.x
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mCaptcha/dcache#128
No description provided.