From 5b145111632a44c71e33db3886c3ffbbd20b51f7 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:39:47 +0100 Subject: [PATCH 1/3] fix(deps): Update dependency grpcio to v1.75.1 (#188) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
grpc/grpc (grpcio) ### [`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 ([#​40403](https://redirect.github.com/grpc/grpc/issues/40403)) - Asyncio: fixes grpc shutdown race condition occurring during python interpreter finalizations. ([#​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): [#​36655](https://redirect.github.com/grpc/grpc/issues/36655), [#​38679](https://redirect.github.com/grpc/grpc/issues/38679), [#​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. ([#​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**: https://github.com/grpc/grpc/compare/v1.75.0...v1.75.1
--- ### 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. --- - [ ] 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). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0b172eb..608f7a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ black==25.9.0 grpcio-tools==1.75.0 -grpcio==1.75.0 +grpcio==1.75.1 protobuf>=6.30.0 pyarrow==21.0.0 pytest==8.4.2 From 30e704699d92b20dcc92e338ad87b5dd413e493e Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:43:04 +0100 Subject: [PATCH 2/3] fix(deps): Update dependency grpcio-tools to v1.75.1 (#189) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grpcio-tools](https://grpc.io) | patch | `==1.75.0` -> `==1.75.1` | --- ### 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. --- - [ ] 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). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 608f7a3..baa4eb0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ black==25.9.0 -grpcio-tools==1.75.0 +grpcio-tools==1.75.1 grpcio==1.75.1 protobuf>=6.30.0 pyarrow==21.0.0 From f6f17c0c38e8af652f4f236bcf55f9bdce5240cf Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:52:42 +0100 Subject: [PATCH 3/3] chore(main): Release v0.0.49 (#190) :robot: I have created a release *beep* *boop* --- ## [0.0.49](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.48...v0.0.49) (2025-10-01) ### Bug Fixes * **deps:** Update dependency grpcio to v1.75.1 ([#188](https://github.com/cloudquery/plugin-pb-python/issues/188)) ([5b14511](https://github.com/cloudquery/plugin-pb-python/commit/5b145111632a44c71e33db3886c3ffbbd20b51f7)) * **deps:** Update dependency grpcio-tools to v1.75.1 ([#189](https://github.com/cloudquery/plugin-pb-python/issues/189)) ([30e7046](https://github.com/cloudquery/plugin-pb-python/commit/30e704699d92b20dcc92e338ad87b5dd413e493e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 22dddff..8783afc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.48" + ".": "0.0.49" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b14a6cb..e0ea347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.49](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.48...v0.0.49) (2025-10-01) + + +### Bug Fixes + +* **deps:** Update dependency grpcio to v1.75.1 ([#188](https://github.com/cloudquery/plugin-pb-python/issues/188)) ([5b14511](https://github.com/cloudquery/plugin-pb-python/commit/5b145111632a44c71e33db3886c3ffbbd20b51f7)) +* **deps:** Update dependency grpcio-tools to v1.75.1 ([#189](https://github.com/cloudquery/plugin-pb-python/issues/189)) ([30e7046](https://github.com/cloudquery/plugin-pb-python/commit/30e704699d92b20dcc92e338ad87b5dd413e493e)) + ## [0.0.48](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.47...v0.0.48) (2025-10-01) diff --git a/setup.py b/setup.py index c4ed8c7..9e37fcd 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ] setuptools.setup( name=name, - version="0.0.48", + version="0.0.49", description=description, long_description=long_description, author="CloudQuery LTD",