Skip to content

Commit 06247e6

Browse files
Bump grpcio from 1.73.1 to 1.74.0 (#389)
Bumps [grpcio](https://github.com/grpc/grpc) from 1.73.1 to 1.74.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc/releases">grpcio's releases</a>.</em></p> <blockquote> <h2>Release v1.74.0</h2> <p>This is release 1.74.0 (<a href="https://github.com/grpc/grpc/blob/master/doc/g_stands_for.md">gee</a>) of gRPC Core.</p> <p>For gRPC documentation, see <a href="https://grpc.io/">grpc.io</a>. For previous releases, see <a href="https://github.com/grpc/grpc/releases">Releases</a>.</p> <p>This release contains refinements, improvements, and bug fixes, with highlights listed below.</p> <h2>Core</h2> <ul> <li>[OTel C++, Posix EE] Plumb TCP write timestamps and metrics to OTel tracers. (<a href="https://redirect.github.com/grpc/grpc/pull/39946">#39946</a>)</li> <li>[EventEngine] Fix Python reconnect issues: use iomgr backup poller when EE is disabled. (<a href="https://redirect.github.com/grpc/grpc/pull/39894">#39894</a>)</li> <li>[Python] Upgrade Pytype (Part - 1). (<a href="https://redirect.github.com/grpc/grpc/pull/39816">#39816</a>)</li> <li>[Python] Upgrade black. (<a href="https://redirect.github.com/grpc/grpc/pull/39774">#39774</a>)</li> <li>[event_engine] Implement fork support in Posix Event Engine. (<a href="https://redirect.github.com/grpc/grpc/pull/38980">#38980</a>)</li> <li>[http2] Fix GRPC_ARG_HTTP2_STREAM_LOOKAHEAD_BYTES for when BDP is disabled. (<a href="https://redirect.github.com/grpc/grpc/pull/39585">#39585</a>)</li> </ul> <h2>Objective-C</h2> <ul> <li>[dep] Upgrade Protobuf Version 31.1. (<a href="https://redirect.github.com/grpc/grpc/pull/39916">#39916</a>)</li> </ul> <h2>PHP</h2> <ul> <li>[PHP] Fully qualify stdClass with global namespace. (<a href="https://redirect.github.com/grpc/grpc/pull/39996">#39996</a>)</li> <li>[php] Fix PHPDoc so that UnaryCall defines the proper return type. (<a href="https://redirect.github.com/grpc/grpc/pull/37563">#37563</a>)</li> <li>fix typing of nullable parameters. (<a href="https://redirect.github.com/grpc/grpc/pull/39199">#39199</a>)</li> </ul> <h2>Python</h2> <ul> <li>Fix gRPC Python docs website layout - use spaces optimally. (<a href="https://redirect.github.com/grpc/grpc/pull/40073">#40073</a>)</li> </ul> <h2>Ruby</h2> <ul> <li>[Ruby] Add rubygems support for linux-gnu and linux-musl platforms . (<a href="https://redirect.github.com/grpc/grpc/pull/40174">#40174</a>)</li> <li>[ruby] enable EE fork support. (<a href="https://redirect.github.com/grpc/grpc/pull/39786">#39786</a>)</li> <li>[ruby] Return nil for c functions expected to return a VALUE. (<a href="https://redirect.github.com/grpc/grpc/pull/39214">#39214</a>)</li> <li>[ruby] remove connectivity state watch thread, fix cancellations from spurious signals. (<a href="https://redirect.github.com/grpc/grpc/pull/39409">#39409</a>)</li> <li>[ruby] Drop Ruby 3.0 support. (<a href="https://redirect.github.com/grpc/grpc/pull/39607">#39607</a>)</li> </ul> <h2>Release v1.74.0-pre2</h2> <p>This is a prerelease of gRPC Core 1.74.0 (gee).</p> <p>For gRPC documentation, see <a href="https://grpc.io/">grpc.io</a>. For previous releases, see <a href="https://github.com/grpc/grpc/releases">Releases</a>.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc/commit/3e7a4d52d257990fa5b9d80f69f4a591178d9d7c"><code>3e7a4d5</code></a> [Release] Bump version to 1.74.0 (on v1.74.x branch) (<a href="https://redirect.github.com/grpc/grpc/issues/40290">#40290</a>)</li> <li><a href="https://github.com/grpc/grpc/commit/b2d32db3e1a6221c22d4a008930e1e54e45f1930"><code>b2d32db</code></a> [Backport][v1.74.x][Python] Fix for windows distribtest (<a href="https://redirect.github.com/grpc/grpc/issues/40241">#40241</a>)</li> <li><a href="https://github.com/grpc/grpc/commit/a7d80a7e90729849b052c7f36456514dcd1d6752"><code>a7d80a7</code></a> [ruby] bump timeout for ruby artifact build on 1.74.x branch (<a href="https://redirect.github.com/grpc/grpc/issues/40230">#40230</a>)</li> <li><a href="https://github.com/grpc/grpc/commit/2a6bf865d7000fa5e415a9e5685b2fd612b9ccc7"><code>2a6bf86</code></a> [Release] Bump version to 1.74.0-pre2 (on v1.74.x branch) (<a href="https://redirect.github.com/grpc/grpc/issues/40216">#40216</a>)</li> <li><a href="https://github.com/grpc/grpc/commit/c8dcda63a8c1f91224c75e4311f847db5f42745a"><code>c8dcda6</code></a> [Backport-to-1.74.x] Added missing useful to cf_event_engine (<a href="https://redirect.github.com/grpc/grpc/issues/40210">#40210</a>)</li> <li><a href="https://github.com/grpc/grpc/commit/1c64908e6b68ea0dabf62ca6d3af8a8958e6c970"><code>1c64908</code></a> [Ruby] Add rubygems support for linux-gnu and linux-musl platforms (<a href="https://redirect.github.com/grpc/grpc/issues/40174">#40174</a>)</li> <li><a href="https://github.com/grpc/grpc/commit/08648d377dfd8ada795a7ad8068b48dcb24bd328"><code>08648d3</code></a> [Backport][v1.74.x][event_engine] Fix race conditions in the timer manager sh...</li> <li><a href="https://github.com/grpc/grpc/commit/5d59f8e8517bb6a5f2865be63a06b2976b105f54"><code>5d59f8e</code></a> [Release] Bump version to 1.74.0-pre1 (on v1.74.x branch) (<a href="https://redirect.github.com/grpc/grpc/issues/40121">#40121</a>)</li> <li><a href="https://github.com/grpc/grpc/commit/5e6f934e0d297a241f0d7aa9e5170acf97880de7"><code>5e6f934</code></a> [v1.74.x] Bump core version to 49.0.0 for upcoming release (<a href="https://redirect.github.com/grpc/grpc/issues/40101">#40101</a>) (<a href="https://redirect.github.com/grpc/grpc/issues/40119">#40119</a>)</li> <li><a href="https://github.com/grpc/grpc/commit/a4650ee8eb90f81753351ea6c7530142a164d0e0"><code>a4650ee</code></a> [CI] Updated grpc_interop_aspnetcore docker (<a href="https://redirect.github.com/grpc/grpc/issues/40088">#40088</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc/compare/v1.73.1...v1.74.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=grpcio&package-manager=pip&previous-version=1.73.1&new-version=1.74.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd1e276 commit 06247e6

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

poetry.lock

Lines changed: 54 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ python = ">=3.12,<4.0"
3232
aiohttp = "3.12.14"
3333
yarl = "1.20.1"
3434
neuro-logging = "25.6.1"
35-
grpcio = "1.73.1"
35+
grpcio = "1.74.0"
3636
protobuf = "5.29.5"
3737
aiodocker = "0.24.0"
3838
docker-image-py = "0.1.13"

0 commit comments

Comments
 (0)