Skip to content

Commit 990bf23

Browse files
authored
fix(deps): Update dependency grpcio to v1.75.1 (#330)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grpcio](https://grpc.io) ([source](https://redirect.github.com/grpc/grpc)) | patch | `==1.75.0` -> `==1.75.1` | --- ### Release Notes <details> <summary>grpc/grpc (grpcio)</summary> ### [`v1.75.1`](https://redirect.github.com/grpc/grpc/releases/tag/v1.75.1) [Compare Source](https://redirect.github.com/grpc/grpc/compare/v1.75.0...v1.75.1) This is release gRPC Core 1.75.1 (gemini). 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. #### What's Changed ##### Python - Release grpcio wheels with Python 3.14 support ([#&#8203;40403](https://redirect.github.com/grpc/grpc/issues/40403)) - Asyncio: fixes grpc shutdown race condition occurring during python interpreter finalizations. ([#&#8203;40447](https://redirect.github.com/grpc/grpc/issues/40447)) - This also addresses previously reported issues with empty error message on Python interpreter exit (`Error in sys.excepthook:`/`Original exception was:` empty): [#&#8203;36655](https://redirect.github.com/grpc/grpc/issues/36655), [#&#8203;38679](https://redirect.github.com/grpc/grpc/issues/38679), [#&#8203;33342](https://redirect.github.com/grpc/grpc/issues/33342) - Python 3.14: preserve current behavior when using grpc.aio async methods outside of a running event loop. ([#&#8203;40750](https://redirect.github.com/grpc/grpc/issues/40750)) - Note: using async methods outside of a running event loop is [discouraged](https://docs.python.org/3.14/library/asyncio-policy.html#asyncio-policies) by Python, and **will be deprecated in future gRPC releases**. Please use the [asyncio.run()](https://docs.python.org/3.14/library/asyncio-runner.html#asyncio.run) function (or [asyncio.Runner](https://docs.python.org/3.14/library/asyncio-runner.html#asyncio.Runner) for custom loop factories). For interactive mode, use dedicated [asyncio REPL](https://docs.python.org/3/library/asyncio.html#asyncio-cli): `python -m asyncio`. **Full Changelog**: grpc/grpc@v1.75.0...v1.75.1 </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:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 8f911a4 commit 990bf23

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.48",
1414
"exceptiongroup==1.3.0",
1515
"black==25.9.0",
16-
"grpcio==1.75.0",
16+
"grpcio==1.75.1",
1717
"grpcio-tools==1.75.0",
1818
"iniconfig==2.1.0",
1919
"Jinja2==3.1.6",

0 commit comments

Comments
 (0)